forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
15 lines
367 B
C
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"
|