From 50b858aa496e1c75b9a4bdc5b1cccf3e4cfa8679 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Thu, 17 Nov 2022 20:11:07 +0100 Subject: [PATCH] ipfw: fix missing include --- src/source-ipfw.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/source-ipfw.c b/src/source-ipfw.c index 92c96caa33..73621ec1e1 100644 --- a/src/source-ipfw.c +++ b/src/source-ipfw.c @@ -99,6 +99,8 @@ TmEcode NoIPFWSupportExit(ThreadVars *tv, const void *initdata, void **data) #else /* We have IPFW compiled in */ +#include "action-globals.h" + extern int max_pending_packets; /**