From 394f6f246af23876f3d7a0332eb194aaa5127643 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Thu, 24 Nov 2022 08:54:01 +0000 Subject: [PATCH] QUIC TXP: Fix missing OSSL_NELEM include Reviewed-by: Matt Caswell Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/19756) --- ssl/quic/quic_stream_map.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl/quic/quic_stream_map.c b/ssl/quic/quic_stream_map.c index 7a638550b95..043a631fec0 100644 --- a/ssl/quic/quic_stream_map.c +++ b/ssl/quic/quic_stream_map.c @@ -8,6 +8,7 @@ */ #include "internal/quic_stream_map.h" +#include "internal/nelem.h" /* QUIC Stream * =========== -- 2.47.3