]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
threads: tm-modules.h depends on Packet so include decode.h
authorJason Ish <jason.ish@oisf.net>
Wed, 28 Feb 2024 22:07:17 +0000 (16:07 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 2 Mar 2024 10:40:18 +0000 (11:40 +0100)
src/tm-modules.h

index 4642ff46a6ca4afd618eb761b438e891287055c4..0e7df648c6b193ca05496d82d4f324a7bf165886 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "tm-threads-common.h"
 #include "threadvars.h"
+#include "decode.h"
 
 /* thread flags */
 #define TM_FLAG_RECEIVE_TM      0x01