summaryrefslogtreecommitdiff
path: root/lib/inet_pton.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-08 13:07:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-08 13:07:08 +0000
commite612f73374d25ba290e3fe27758bb6084851450f (patch)
tree3887778d75c66d1a33defb5097a13d21f94ae4a4 /lib/inet_pton.h
parentff5b6ff5288d29dee7a8e8d24d0948451350cb50 (diff)
downloadcurl-e612f73374d25ba290e3fe27758bb6084851450f.tar.gz
include file fixes
Diffstat (limited to 'lib/inet_pton.h')
-rw-r--r--lib/inet_pton.h3
1 files changed, 3 insertions, 0 deletions
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 <arpa/inet.h>
+#endif
#else
int Curl_inet_pton(int, const char *, void *);
#endif