opnsense-ports/security/dsniff/files/patch-pcaputil.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 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"