File argus-3.0.0-libpcap.diff of Package argus
--- 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>