]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #4323: Os updates
authorSteve Chew (stechew) <stechew@cisco.com>
Thu, 16 May 2024 17:38:03 +0000 (17:38 +0000)
committerPriyanka Bangalore Gurudev (prbg) <prbg@cisco.com>
Thu, 16 May 2024 17:38:03 +0000 (17:38 +0000)
Merge in SNORT/snort3 from ~STECHEW/snort3:os_updates to master

Squashed commit of the following:

commit 982c9d0057a1eaec7f4f484c24b8746981296d5a
Author: Steve Chew <stechew@cisco.com>
Date:   Thu May 16 00:51:25 2024 -0400

    main: updates for types used by Alpine.

src/loggers/alert_csv.cc
src/main/process.h

index 7a6a1b4f4b668dad935145ac3e8e87921f223bfb..eae7f501f5c88789e291f0170ef43de9af6cfd5d 100644 (file)
@@ -28,6 +28,8 @@
 #include "config.h"
 #endif
 
+#include <sys/types.h>
+
 #include "detection/detection_engine.h"
 #include "detection/ips_context.h"
 #include "events/event.h"
index 77c2366760a61cea153c300645ba8ba4c45df8b3..57d7248c539f056f5f8963bb49ca9a0ba2833200 100644 (file)
 #define PROCESS_H
 
 #include <sys/time.h>
+#include <sys/types.h>
+
 #include <string>
+
 #include "main/snort_types.h"