From 9ba1caa2fabb8374fcd64ef4b496d1170f84e03a Mon Sep 17 00:00:00 2001 From: Marc Stern Date: Wed, 25 Sep 2024 13:57:05 +0200 Subject: [PATCH] Missing #include --- apache2/re_variables.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apache2/re_variables.c b/apache2/re_variables.c index 6d0f2c151..266ed6895 100644 --- a/apache2/re_variables.c +++ b/apache2/re_variables.c @@ -12,6 +12,7 @@ * directly using the email address security@modsecurity.org. */ +#include #include "http_core.h" #include "modsecurity.h"