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
pull/11689/head
Jason Ish 11 months ago committed by Victor Julien
parent 1f63e7b7c0
commit ee07855891

@ -26,6 +26,7 @@
#ifndef SURICATA_OUTPUT_TX_H
#define SURICATA_OUTPUT_TX_H
#include "tm-threads.h"
#include "decode.h"
#include "flow.h"

Loading…
Cancel
Save