summaryrefslogtreecommitdiff
path: root/lib/http.h
diff options
context:
space:
mode:
authorHarry Sintonen <sintonen@iki.fi>2023-02-16 02:29:37 +0200
committerDaniel Stenberg <daniel@haxx.se>2023-02-16 10:07:52 +0100
commit8c939453f587b8565af33927361edf40b48544ea (patch)
tree5b7cc63f5ad41891da3cc21517e0a05389c55913 /lib/http.h
parent79d0b3c0c0bb00829f10ec139dbf3823c249ae72 (diff)
downloadcurl-8c939453f587b8565af33927361edf40b48544ea.tar.gz
http:: include stdint.h more readily
Closes #10516
Diffstat (limited to 'lib/http.h')
-rw-r--r--lib/http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.h b/lib/http.h
index 735729c4a..444abc0be 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 <stdint.h>
#endif