From: Victor Julien Date: Thu, 17 Nov 2022 19:10:57 +0000 (+0100) Subject: netmap: fix missing include X-Git-Tag: suricata-7.0.0-rc1~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f2807202acf54f970bbadca8f411938020ca12;p=thirdparty%2Fsuricata.git netmap: fix missing include --- diff --git a/src/source-netmap.c b/src/source-netmap.c index 54e79b93cf..7c233fb2c9 100644 --- a/src/source-netmap.c +++ b/src/source-netmap.c @@ -91,6 +91,8 @@ void TmModuleDecodeNetmapRegister (void) #else /* We have NETMAP support */ +#include "action-globals.h" + #define POLL_TIMEOUT 100 #if defined(__linux__)