summaryrefslogtreecommitdiff
path: root/net/ngrep/files/patch-ngrep.c
blob: 6d6c5d2290dbbc660c81c5847590302e183f06dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>