diff options
Diffstat (limited to 'lib/rename.c')
-rw-r--r-- | lib/rename.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rename.c b/lib/rename.c index fe5f95d0d..cc5c5a99f 100644 --- a/lib/rename.c +++ b/lib/rename.c @@ -24,8 +24,8 @@ #include "curl_setup.h" -#if (!defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_COOKIES)) || \ - defined(USE_ALTSVC) +#if (!defined(CURL_DISABLE_HTTP) || !defined(CURL_DISABLE_COOKIES)) || \ + !defined(CURL_DISABLE_ALTSVC) #include "curl_multibyte.h" #include "timeval.h" |