forked from pool/argus
12 lines
253 B
Diff
12 lines
253 B
Diff
--- argus/ArgusSource.c
|
|
+++ argus/ArgusSource.c
|
|
@@ -45,7 +45,7 @@
|
|
#if defined(__APPLE_CC__) || defined(__APPLE__)
|
|
#define PCAP_DONT_INCLUDE_PCAP_BPF_H
|
|
#include <sys/ioctl.h>
|
|
-#include <net/bpf.h>
|
|
+#include <pcap-bpf.h>
|
|
#endif
|
|
|
|
#include <compat.h>
|