From: Steve Chew (stechew) Date: Fri, 13 Jan 2023 15:10:42 +0000 (+0000) Subject: Pull request #3730: main: Fix missing include file that caused build error on some... X-Git-Tag: 3.1.52.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba715af82028f779da29a715b645cb7a1c1672df;p=thirdparty%2Fsnort3.git Pull request #3730: main: Fix missing include file that caused build error on some platforms. Merge in SNORT/snort3 from ~STECHEW/snort3:platforms_build_fix to master Squashed commit of the following: commit 9b90590454bbfd43f804baa91deade79c86dd9d8 Author: Steve Chew Date: Thu Jan 12 15:19:38 2023 -0500 main: Fix missing include file that caused build error on some platforms. --- diff --git a/src/main/analyzer.cc b/src/main/analyzer.cc index eece6f9f7..402e04540 100644 --- a/src/main/analyzer.cc +++ b/src/main/analyzer.cc @@ -67,6 +67,7 @@ #include "time/packet_time.h" #include "trace/trace_api.h" #include "utils/stats.h" +#include "utils/util.h" #include "analyzer_command.h" #include "oops_handler.h"