From: Mike Stepanek (mstepane) Date: Thu, 9 Sep 2021 12:16:03 +0000 (+0000) Subject: Merge pull request #3047 in SNORT/snort3 from ~YVELYKOZ/snort3:time_t_fix_freebsd... X-Git-Tag: 3.1.13.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a06f369a7f720bcedcd3d01e5c8b9b5beeecb4;p=thirdparty%2Fsnort3.git Merge pull request #3047 in SNORT/snort3 from ~YVELYKOZ/snort3:time_t_fix_freebsd to master Squashed commit of the following: commit d53766499ed4ffd57a1a401ce3b65f55656fa1bb Author: Vitalii Date: Tue Sep 7 18:00:45 2021 +0300 control: explicitly include ctime header in control.h --- diff --git a/src/control/control.h b/src/control/control.h index 63db6b636..ca94b0ce6 100644 --- a/src/control/control.h +++ b/src/control/control.h @@ -24,6 +24,7 @@ #define CONTROL_H #include +#include #include #include