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