]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Pull request #4779: unixdomain_connector: explicit include of select.h
authorOleksandr Stepanov -X (ostepano - SOFTSERVE INC at Cisco) <ostepano@cisco.com>
Wed, 18 Jun 2025 13:50:04 +0000 (13:50 +0000)
committerChris Sherwin (chsherwi) <chsherwi@cisco.com>
Wed, 18 Jun 2025 13:50:04 +0000 (13:50 +0000)
Merge in SNORT/snort3 from ~OSTEPANO/snort3:alpine_header to master

Squashed commit of the following:

commit 120e4dce6c9d2f340462a48c32b75844bd195167
Author: Oleksandr Stepanov <ostepano@cisco.com>
Date:   Wed Jun 18 07:24:19 2025 -0400

    unixdomain_connector: explicit include of select.h

src/connectors/unixdomain_connector/unixdomain_connector.cc

index ab276905997927133d94527d5a78967f2ee94dff..43d35b3878ec565088346efa1cded67f827262bb 100644 (file)
@@ -24,6 +24,7 @@
 
 
 #include "unixdomain_connector.h"
+#include <sys/select.h>
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <unistd.h>