Include #include "internal/numbers.h" in ssl/quic/quic_cfq.c

It's needed for platforms that don't define UINT64_MAX and similar macros

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21951)
This commit is contained in:
Richard Levitte 2023-09-04 16:24:05 +02:00
parent 3ae4686bf6
commit cfbdc5dd14

View File

@ -8,6 +8,7 @@
*/
#include "internal/quic_cfq.h"
#include "internal/numbers.h"
typedef struct quic_cfq_item_ex_st QUIC_CFQ_ITEM_EX;