aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-17 19:12:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-17 19:12:15 +0000
commit553c5a75015e8b1bdceff5dfa62b1487642e307b (patch)
treeb062b4b06e82de6a947ef4ada3b86cc490ed9f49 /lib
parentbbba9d568f5b0c446d2c5ff0ae6d286fb16ae047 (diff)
include inet_pton.h
Diffstat (limited to 'lib')
-rw-r--r--lib/hostip6.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/hostip6.c b/lib/hostip6.c
index ce58e64d0..0c5eaa03c 100644
--- a/lib/hostip6.c
+++ b/lib/hostip6.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2004, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -74,6 +74,7 @@
#include "share.h"
#include "strerror.h"
#include "url.h"
+#include "inet_pton.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>