From: Guy Harris Date: Sat, 4 Aug 2018 09:34:23 +0000 (-0700) Subject: We need portability.h with MSVC, to define inline as _inline. X-Git-Tag: libpcap-1.10-bp~886 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/dde430f6fd550bd4284b5c48b92a43d99e3773a1 We need portability.h with MSVC, to define inline as _inline. --- diff --git a/bpf_filter.c b/bpf_filter.c index f04746b3..dae6df7b 100644 --- a/bpf_filter.c +++ b/bpf_filter.c @@ -44,6 +44,7 @@ #include #include "pcap-types.h" +#include "portability.h" #ifndef _WIN32 #include