From 8c939453f587b8565af33927361edf40b48544ea Mon Sep 17 00:00:00 2001 From: Harry Sintonen Date: Thu, 16 Feb 2023 02:29:37 +0200 Subject: [PATCH] http:: include stdint.h more readily Closes #10516 --- lib/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http.h b/lib/http.h index 735729c4ad..444abc0be6 100644 --- a/lib/http.h +++ b/lib/http.h @@ -42,7 +42,7 @@ typedef enum { #ifndef CURL_DISABLE_HTTP -#if defined(_WIN32) && (defined(ENABLE_QUIC) || defined(USE_NGHTTP2)) +#if defined(ENABLE_QUIC) || defined(USE_NGHTTP2) #include #endif -- 2.47.2