diff options
Diffstat (limited to 'data/hping/patch-libpcap_stuff.c.diff')
-rw-r--r-- | data/hping/patch-libpcap_stuff.c.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/hping/patch-libpcap_stuff.c.diff b/data/hping/patch-libpcap_stuff.c.diff new file mode 100644 index 000000000..6914899ab --- /dev/null +++ b/data/hping/patch-libpcap_stuff.c.diff @@ -0,0 +1,13 @@ +--- a/libpcap_stuff.c.orig Sat Apr 10 06:38:56 2004 ++++ b/libpcap_stuff.c Tue Apr 12 20:21:56 2005 +@@ -16,8 +16,8 @@ + #include <string.h> + #include <stdlib.h> + #include <sys/ioctl.h> +-#include <pcap.h> + #include <net/bpf.h> ++#include <pcap.h> + + #include "globals.h" + + |