]> The Tcpdump Group git mirrors - libpcap/commitdiff
We need portability.h with MSVC, to define inline as _inline.
authorGuy Harris <[email protected]>
Sat, 4 Aug 2018 09:34:23 +0000 (02:34 -0700)
committerGuy Harris <[email protected]>
Sat, 4 Aug 2018 09:34:23 +0000 (02:34 -0700)
bpf_filter.c

index f04746b3aeb9f284a9d25111bd9215c5fabd278d..dae6df7b6cbc7559b7c48f6936f3104f4fa601ae 100644 (file)
@@ -44,6 +44,7 @@
 
 #include <pcap/pcap-inttypes.h>
 #include "pcap-types.h"
+#include "portability.h"
 
 #ifndef _WIN32
 #include <sys/param.h>