]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add <sys/socket.h> for OpenBSD.
authorJean-Frederic Clere <jfclere@gmail.com>
Tue, 3 Dec 2024 15:43:59 +0000 (16:43 +0100)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25859)

demos/http3/ossl-nghttp3-demo-server.c

index c981afc88084095ed0bf2be49f8242699a03d686..1c14200a660d1aea27864308ad899be4480ada39 100644 (file)
@@ -15,6 +15,7 @@
 #include <unistd.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <sys/socket.h>
 
 #define nghttp3_arraylen(A) (sizeof(A) / sizeof(*(A)))