Skip to content

Commit

Permalink
output-tx.h: include tm-threads.h
Browse files Browse the repository at this point in the history
Required to properly resolve the types in the header without depending
on includes coming before it in C files.

Ticket: OISF#7227
  • Loading branch information
jasonish authored and Corey Thomas committed Sep 3, 2024
1 parent bbcbd57 commit cbb7fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output-tx.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#ifndef SURICATA_OUTPUT_TX_H
#define SURICATA_OUTPUT_TX_H

#include "tm-threads.h"
#include "decode.h"
#include "flow.h"

Expand Down

0 comments on commit cbb7fb8

Please sign in to comment.