QUIC TXP: Fix missing OSSL_NELEM include
authorHugo Landau <hlandau@openssl.org>
Thu, 24 Nov 2022 08:54:01 +0000 (08:54 +0000)
committerHugo Landau <hlandau@openssl.org>
Thu, 24 Nov 2022 09:17:20 +0000 (09:17 +0000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/19756)

ssl/quic/quic_stream_map.c

index 7a638550b95edb3376fba53a75b6acd231dcaea2..043a631fec071c529212e505e68fab70cf56e056 100644 (file)
@@ -8,6 +8,7 @@
 */
 
 #include "internal/quic_stream_map.h"
+#include "internal/nelem.h"
 
 /* QUIC Stream
  * ===========