http:: include stdint.h more readily

Closes #10516
This commit is contained in:
Harry Sintonen 2023-02-16 02:29:37 +02:00 committed by Daniel Stenberg
parent 79d0b3c0c0
commit 8c939453f5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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