diff options
Diffstat (limited to 'net/ngrep/files/patch-ngrep.c')
-rw-r--r-- | net/ngrep/files/patch-ngrep.c | 12 |
1 files changed, 12 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..6d6c5d2290db --- /dev/null +++ b/net/ngrep/files/patch-ngrep.c @@ -0,0 +1,12 @@ +--- ngrep.c.orig Fri Apr 9 13:09:16 2004 ++++ ngrep.c Fri Apr 9 13:09:22 2004 +@@ -54,8 +54,8 @@ + #include <netinet/udp.h> + #include <netinet/ip_icmp.h> + +-#include <pcap.h> + #include <net/bpf.h> ++#include <pcap.h> + + #include <stdlib.h> + #include <string.h> |