From: Ralph Eastwood Date: Thu, 3 Aug 2023 12:18:05 +0000 (+0000) Subject: napatech: fix missing header includes X-Git-Tag: suricata-7.0.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6da59d57ba2725be1b7d33632d77b3fbd2850a3;p=thirdparty%2Fsuricata.git napatech: fix missing header includes --- diff --git a/src/source-napatech.c b/src/source-napatech.c index db6c61fc68..d2fab8add5 100644 --- a/src/source-napatech.c +++ b/src/source-napatech.c @@ -26,6 +26,7 @@ * */ #include "suricata-common.h" +#include "action-globals.h" #include "decode.h" #include "packet.h" #include "suricata.h" @@ -39,6 +40,7 @@ #include "tmqh-packetpool.h" #include "util-napatech.h" #include "source-napatech.h" +#include "runmode-napatech.h" #ifndef HAVE_NAPATECH diff --git a/src/util-napatech.c b/src/util-napatech.c index c8e5e36580..b23bd1316e 100644 --- a/src/util-napatech.c +++ b/src/util-napatech.c @@ -33,6 +33,7 @@ #include "tm-threads.h" #include "util-napatech.h" #include "source-napatech.h" +#include "runmode-napatech.h" #ifdef NAPATECH_ENABLE_BYPASS