]> git.pld-linux.org Git - packages/nethogs.git/commitdiff
- limit.h , stdlib.h
authorareq <areq@pld-linux.org>
Sun, 19 Oct 2008 18:58:44 +0000 (18:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nethogs-include.patch -> 1.1

nethogs-include.patch [new file with mode: 0644]

diff --git a/nethogs-include.patch b/nethogs-include.patch
new file mode 100644 (file)
index 0000000..4a7feab
--- /dev/null
@@ -0,0 +1,20 @@
+--- nethogs/inodeproc.cpp.org  2008-10-19 18:51:47.216094279 +0000
++++ nethogs/inodeproc.cpp      2008-10-19 18:51:50.706169807 +0000
+@@ -1,6 +1,7 @@
+ /* this comes from netstat.c, but is very useful :)) */
+ #include <dirent.h>
+ #include <errno.h>
++#include <limits.h>
+ #include <string.h>
+ #include <ctype.h>
+ #include <unistd.h>
+--- nethogs/cui.cpp.org        2008-10-19 18:56:14.359808703 +0000
++++ nethogs/cui.cpp    2008-10-19 18:55:56.002727921 +0000
+@@ -2,6 +2,7 @@
+ #include <string>
+ #include <pwd.h>
+ #include <sys/types.h>
++#include <stdlib.h>
+ #include <ncurses.h>
+ #include "nethogs.h"
This page took 0.032098 seconds and 4 git commands to generate.