]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #3730: main: Fix missing include file that caused build error on some...
authorSteve Chew (stechew) <stechew@cisco.com>
Fri, 13 Jan 2023 15:10:42 +0000 (15:10 +0000)
committerSteve Chew (stechew) <stechew@cisco.com>
Fri, 13 Jan 2023 15:10:42 +0000 (15:10 +0000)
Merge in SNORT/snort3 from ~STECHEW/snort3:platforms_build_fix to master

Squashed commit of the following:

commit 9b90590454bbfd43f804baa91deade79c86dd9d8
Author: Steve Chew <stechew@cisco.com>
Date:   Thu Jan 12 15:19:38 2023 -0500

    main: Fix missing include file that caused build error on some platforms.

src/main/analyzer.cc

index eece6f9f7d6eb8937a0313c773e767a2ef803f12..402e04540089268745ffb49d567728a523b26914 100644 (file)
@@ -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"