From: Jason Ish Date: Thu, 29 Aug 2024 22:44:33 +0000 (-0600) Subject: output-tx.h: include tm-threads.h X-Git-Tag: suricata-8.0.0-beta1~911 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee078558912e28c7ab196b488fa0bb5c4c8efed7;p=thirdparty%2Fsuricata.git 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 --- 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"