From: Steve Chew (stechew) Date: Thu, 16 Jun 2022 13:27:55 +0000 (+0000) Subject: Pull request #3476: log: Fixed missing include for Clear Linux build. X-Git-Tag: 3.1.32.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e0c026549798cef67a487c77f827e9ea7de7f73;p=thirdparty%2Fsnort3.git Pull request #3476: log: Fixed missing include for Clear Linux build. Merge in SNORT/snort3 from ~STECHEW/snort3:clear_linux_time_fix to master Squashed commit of the following: commit cf68d294a3b41057eb8969f648391c7fc78aadd0 Author: Steve Chew Date: Wed Jun 15 16:44:40 2022 -0400 log: Fixed missing include for Clear Linux build. --- diff --git a/src/log/text_log.cc b/src/log/text_log.cc index d4c9862ee..9846820f4 100644 --- a/src/log/text_log.cc +++ b/src/log/text_log.cc @@ -32,6 +32,7 @@ #include "text_log.h" #include +#include #include #include