Include #include "internal/numbers.h" in ssl/quic/quic_cfq.c
authorRichard Levitte <levitte@openssl.org>
Mon, 4 Sep 2023 14:24:05 +0000 (16:24 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 4 Sep 2023 16:27:21 +0000 (18:27 +0200)
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)

ssl/quic/quic_cfq.c

index 25ac36e348274eee0ba1cc0403f206a212e14ffe..f9d66281cdf135cc100226b6e7f15deb9fa07b1e 100644 (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;