From acfc1c9395a0cb316755d538c3d9dc90d9e942e1 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Wed, 28 Feb 2024 16:07:17 -0600 Subject: [PATCH] threads: tm-modules.h depends on Packet so include decode.h --- src/tm-modules.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tm-modules.h b/src/tm-modules.h index 4642ff46a6..0e7df648c6 100644 --- a/src/tm-modules.h +++ b/src/tm-modules.h @@ -26,6 +26,7 @@ #include "tm-threads-common.h" #include "threadvars.h" +#include "decode.h" /* thread flags */ #define TM_FLAG_RECEIVE_TM 0x01 -- 2.47.2