From: Jean-Frederic Clere Date: Tue, 3 Dec 2024 15:43:59 +0000 (+0100) Subject: Add for OpenBSD. X-Git-Tag: openssl-3.5.0-alpha1~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecf67019075f6bb46b250e4850756cfe3c355015;p=thirdparty%2Fopenssl.git Add for OpenBSD. Reviewed-by: Neil Horman Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/25859) --- diff --git a/demos/http3/ossl-nghttp3-demo-server.c b/demos/http3/ossl-nghttp3-demo-server.c index c981afc8808..1c14200a660 100644 --- a/demos/http3/ossl-nghttp3-demo-server.c +++ b/demos/http3/ossl-nghttp3-demo-server.c @@ -15,6 +15,7 @@ #include #include #include +#include #define nghttp3_arraylen(A) (sizeof(A) / sizeof(*(A)))