From ee078558912e28c7ab196b488fa0bb5c4c8efed7 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 29 Aug 2024 16:44:33 -0600 Subject: [PATCH] output-tx.h: include tm-threads.h Required to properly resolve the types in the header without depending on includes coming before it in C files. Ticket: #7227 --- src/output-tx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/output-tx.h b/src/output-tx.h index c733c7c35a..86fe437b32 100644 --- a/src/output-tx.h +++ b/src/output-tx.h @@ -26,6 +26,7 @@ #ifndef SURICATA_OUTPUT_TX_H #define SURICATA_OUTPUT_TX_H +#include "tm-threads.h" #include "decode.h" #include "flow.h"