1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/security/dsniff/files/patch-pcaputil.c
Sofian Brabez 2e87510532 - Update to 2.4b1
- Fix build with libnet11 and libnids (introduced by r361784)

Reported by:	pkg-fallout
2014-07-22 12:33:36 +00:00

16 lines
367 B
C

--- ./pcaputil.c.orig 2001-03-15 09:33:04.000000000 +0100
+++ ./pcaputil.c 2014-07-22 13:20:14.000000000 +0200
@@ -16,9 +16,10 @@
#include <stdlib.h>
#include <string.h>
#include <err.h>
-#include <pcap.h>
+#include <net/bpf.h>
+#include </usr/include/pcap.h>
#ifdef BSD
-#include <pcap-int.h>
+#include </usr/include/pcap-int.h>
#endif
#include "pcaputil.h"