diff --git a/lib/noproxy.c b/lib/noproxy.c index 4b70a4be47..81f1e09934 100644 --- a/lib/noproxy.c +++ b/lib/noproxy.c @@ -30,6 +30,10 @@ #include "strcase.h" #include "noproxy.h" +#ifdef HAVE_NETINET_IN_H +#include +#endif + /* * Curl_cidr4_match() returns TRUE if the given IPv4 address is within the * specified CIDR address range.