summaryrefslogtreecommitdiff
path: root/lib/hostip.c
diff options
context:
space:
mode:
authorRadek Zajic <radek.zajic@showmax.com>2021-05-25 22:19:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-05-26 00:24:09 +0200
commit1a5e41d97c8f9c8ca3c5f3ec11f4f3865533098a (patch)
treed6a4e62034b968023cade667766046aa849bfdd1 /lib/hostip.c
parent54e5c245652bc659fdac40dfab4538d1f621a9a0 (diff)
downloadcurl-1a5e41d97c8f9c8ca3c5f3ec11f4f3865533098a.tar.gz
hostip: fix broken macOS/CMake/GCC builds
Follow-up to 31f631a142d855f06 Fixes #7128 Closes #7129
Diffstat (limited to 'lib/hostip.c')
-rw-r--r--lib/hostip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hostip.c b/lib/hostip.c
index 055c190d1..e0e3cfc2c 100644
--- a/lib/hostip.c
+++ b/lib/hostip.c
@@ -69,7 +69,7 @@
#include "memdebug.h"
#if defined(ENABLE_IPV6) && defined(CURL_OSX_CALL_COPYPROXIES)
-#include <SystemConfiguration/SystemConfiguration.h>
+#include <SystemConfiguration/SCDynamicStoreCopySpecific.h>
#endif
#if defined(CURLRES_SYNCH) && \