diff options
Diffstat (limited to 'net/ngrep/files/patch-ngrep.c')
-rw-r--r-- | net/ngrep/files/patch-ngrep.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ngrep/files/patch-ngrep.c b/net/ngrep/files/patch-ngrep.c new file mode 100644 index 000000000000..42a398ea09d9 --- /dev/null +++ b/net/ngrep/files/patch-ngrep.c @@ -0,0 +1,10 @@ +--- ngrep.c.orig Tue Apr 11 09:20:31 2006 ++++ ngrep.c Tue Apr 11 09:20:59 2006 +@@ -15,6 +15,7 @@ + #include <netinet/in.h> + #include <netinet/in_systm.h> + #include <net/if.h> ++#include <arpa/inet.h> + #include <sys/tty.h> + #include <pwd.h> + #endif |