From e7a06f369a7f720bcedcd3d01e5c8b9b5beeecb4 Mon Sep 17 00:00:00 2001 From: "Mike Stepanek (mstepane)" Date: Thu, 9 Sep 2021 12:16:03 +0000 Subject: [PATCH] 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 --- src/control/control.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3