From: Eric Leblond Date: Wed, 17 Jul 2019 12:35:12 +0200 Subject: [PATCH] af-packet: fix build on recent Linux kernels --- a/src/source-af-packet.c +++ b/src/source-af-packet.c @@ -72,6 +72,10 @@ #include #endif +#if HAVE_LINUX_SOCKIOS_H +#include +#endif + #ifdef HAVE_PACKET_EBPF #include #include