]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
output-tx.h: include tm-threads.h
authorJason Ish <jason.ish@oisf.net>
Thu, 29 Aug 2024 22:44:33 +0000 (16:44 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 31 Aug 2024 08:53:59 +0000 (10:53 +0200)
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

index c733c7c35aef27788bd0d2b658dc1e2bb119995e..86fe437b3223c76cc2231b98348b48614be7187e 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef SURICATA_OUTPUT_TX_H
 #define SURICATA_OUTPUT_TX_H
 
+#include "tm-threads.h"
 #include "decode.h"
 #include "flow.h"