diff options
Diffstat (limited to 'lib/inet_pton.h')
-rw-r--r-- | lib/inet_pton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inet_pton.h b/lib/inet_pton.h index f991473d6..43c549143 100644 --- a/lib/inet_pton.h +++ b/lib/inet_pton.h @@ -22,7 +22,7 @@ * ***************************************************************************/ -#include "setup.h" +#include "curl_setup.h" int Curl_inet_pton(int, const char *, void *); |