From: Harry Sintonen Date: Thu, 16 Feb 2023 00:29:37 +0000 (+0200) Subject: http:: include stdint.h more readily X-Git-Tag: curl-7_88_1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c939453f587b8565af33927361edf40b48544ea;p=thirdparty%2Fcurl.git http:: include stdint.h more readily Closes #10516 --- 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