SHA256
1
0
forked from pool/argus
argus/argus-3.0.0-libpcap.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>