]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
http:: include stdint.h more readily
authorHarry Sintonen <sintonen@iki.fi>
Thu, 16 Feb 2023 00:29:37 +0000 (02:29 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 Feb 2023 09:07:52 +0000 (10:07 +0100)
Closes #10516

lib/http.h

index 735729c4ada7b92dfbabd67750218d31e38d4d43..444abc0be6ef3f940dd3e41e7c744a4103e4d1ee 100644 (file)
@@ -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 <stdint.h>
 #endif