]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #3476: log: Fixed missing include for Clear Linux build.
authorSteve Chew (stechew) <stechew@cisco.com>
Thu, 16 Jun 2022 13:27:55 +0000 (13:27 +0000)
committerSteve Chew (stechew) <stechew@cisco.com>
Thu, 16 Jun 2022 13:27:55 +0000 (13:27 +0000)
Merge in SNORT/snort3 from ~STECHEW/snort3:clear_linux_time_fix to master

Squashed commit of the following:

commit cf68d294a3b41057eb8969f648391c7fc78aadd0
Author: Steve Chew <stechew@cisco.com>
Date:   Wed Jun 15 16:44:40 2022 -0400

    log: Fixed missing include for Clear Linux build.

src/log/text_log.cc

index d4c9862eecf3b89315fa227d8ca329a0deb79029..9846820f41a4750808b76d93a0ce4e4a472dd52e 100644 (file)
@@ -32,6 +32,7 @@
 #include "text_log.h"
 
 #include <sys/stat.h>
+#include <time.h>
 
 #include <algorithm>
 #include <cstdarg>