summaryrefslogtreecommitdiffstats
path: root/test/quic_multistream_test.c
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-11-09 11:27:13 +0100
committerHugo Landau <hlandau@openssl.org>2023-12-21 09:11:59 +0100
commite801455446cb9144224b424f930ee81977eeab22 (patch)
tree46486ed2e31732a168096a82f50ea2683a20b6f1 /test/quic_multistream_test.c
parentQUIC REACTOR: Add utility function for merging tick results (diff)
downloadopenssl-e801455446cb9144224b424f930ee81977eeab22.tar.xz
openssl-e801455446cb9144224b424f930ee81977eeab22.zip
QUIC CHANNEL: Consolidate forward object declarations in a single header
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22674)
Diffstat (limited to 'test/quic_multistream_test.c')
-rw-r--r--test/quic_multistream_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/quic_multistream_test.c b/test/quic_multistream_test.c
index 22a753ad67..d0560bb041 100644
--- a/test/quic_multistream_test.c
+++ b/test/quic_multistream_test.c
@@ -13,6 +13,7 @@
#include "internal/quic_tserver.h"
#include "internal/quic_ssl.h"
#include "internal/quic_error.h"
+#include "internal/quic_stream_map.h"
#include "testutil.h"
#include "helpers/quictestlib.h"
#if defined(OPENSSL_THREADS)