mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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:
parent
3ae4686bf6
commit
cfbdc5dd14
@ -8,6 +8,7 @@
|
||||
*/
|
||||
|
||||
#include "internal/quic_cfq.h"
|
||||
#include "internal/numbers.h"
|
||||
|
||||
typedef struct quic_cfq_item_ex_st QUIC_CFQ_ITEM_EX;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user