From cc89d35256a8f1d5f12a64ff6de84165addec929 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 27 Aug 2024 15:27:15 -0600 Subject: [PATCH] output-packet.h: include tm-threads.h and decode.h This allows the header to be used without including other headers this one depends on. Ticket: #7227 --- src/output-packet.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/output-packet.h b/src/output-packet.h index ce11535f71..8371200713 100644 --- a/src/output-packet.h +++ b/src/output-packet.h @@ -26,6 +26,9 @@ #ifndef SURICATA_OUTPUT_PACKET_H #define SURICATA_OUTPUT_PACKET_H +#include "tm-threads.h" +#include "decode.h" + /** packet logger function pointer type */ typedef int (*PacketLogger)(ThreadVars *, void *thread_data, const Packet *); -- 2.47.3