From e612f73374d25ba290e3fe27758bb6084851450f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 8 Oct 2003 13:07:08 +0000 Subject: include file fixes --- lib/inet_pton.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/inet_pton.h') diff --git a/lib/inet_pton.h b/lib/inet_pton.h index d758e06d2..019cd3269 100644 --- a/lib/inet_pton.h +++ b/lib/inet_pton.h @@ -27,6 +27,9 @@ #ifdef HAVE_INET_PTON #define Curl_inet_pton(x,y,z) inet_pton(x,y,z) +#ifdef HAVE_ARPA_INET_H +#include +#endif #else int Curl_inet_pton(int, const char *, void *); #endif -- cgit v1.2.1