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.
#include "config.h"
#endif
+#include <sys/types.h>
+
#include "detection/detection_engine.h"
#include "detection/ips_context.h"
#include "events/event.h"
#define PROCESS_H
#include <sys/time.h>
+#include <sys/types.h>
+
#include <string>
+
#include "main/snort_types.h"