From de91a23b181b7858a83739735f5b56f83851d093 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 14 Jan 2025 16:26:21 -0600 Subject: [PATCH] examples/lib: include cleanup Requires tm-threads.h. Ticket: #7240 --- examples/lib/custom/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lib/custom/main.c b/examples/lib/custom/main.c index 7aa797f35f..088b489d79 100644 --- a/examples/lib/custom/main.c +++ b/examples/lib/custom/main.c @@ -20,7 +20,7 @@ #include "conf.h" #include "pcap.h" #include "runmode-lib.h" -#include "source-lib.h" +#include "tm-threads.h" #include "threadvars.h" #include "action-globals.h" #include "packet.h"