From: RAGHURAAM CONJEEVARAM UDAYANAN -X (rconjeev - XORIANT CORPORATION at Cisco) Date: Thu, 12 Oct 2023 12:45:17 +0000 (+0000) Subject: Pull request #4050: control: code refactor to support all unix flavors X-Git-Tag: 3.1.73.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cf8597015490e795df6bf05cba36d04d92b25c4;p=thirdparty%2Fsnort3.git Pull request #4050: control: code refactor to support all unix flavors Merge in SNORT/snort3 from ~RCONJEEV/snort3:control_conn_cmd_block_fix to master Squashed commit of the following: commit 2a10e5ab32d00bc4aa0389f21fe2bad270d14f93 Author: RAGHURAAM CONJEEVARAM UDAYANAN -X (rconjeev - XORIANT CORPORATION at Cisco) Date: Thu Oct 12 15:26:16 2023 +0530 control: code refactor to support all unix flavors --- diff --git a/src/managers/module_manager.cc b/src/managers/module_manager.cc index 80cf9fe14..0ff572243 100644 --- a/src/managers/module_manager.cc +++ b/src/managers/module_manager.cc @@ -30,7 +30,6 @@ #include #include #include -#include #include #include diff --git a/src/managers/module_manager.h b/src/managers/module_manager.h index 850ed38ba..25fd8085e 100644 --- a/src/managers/module_manager.h +++ b/src/managers/module_manager.h @@ -27,6 +27,7 @@ #include #include #include +#include #include "framework/counts.h" #include "main/analyzer_command.h"