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