summaryrefslogtreecommitdiff
path: root/Utilities/cmcurl/lib/headers.h
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmcurl/lib/headers.h')
-rw-r--r--Utilities/cmcurl/lib/headers.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/headers.h b/Utilities/cmcurl/lib/headers.h
index 48c013b04d..96332dbd0b 100644
--- a/Utilities/cmcurl/lib/headers.h
+++ b/Utilities/cmcurl/lib/headers.h
@@ -20,10 +20,12 @@
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
* KIND, either express or implied.
*
+ * SPDX-License-Identifier: curl
+ *
***************************************************************************/
#include "curl_setup.h"
-#if !defined(CURL_DISABLE_HTTP) && defined(USE_HEADERS_API)
+#if !defined(CURL_DISABLE_HTTP) && !defined(CURL_DISABLE_HEADERS_API)
struct Curl_header_store {
struct Curl_llist_element node;