]> granicus.if.org Git - curl/commitdiff
include inet_pton.h
authorDaniel Stenberg <daniel@haxx.se>
Thu, 17 Mar 2005 19:12:15 +0000 (19:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 17 Mar 2005 19:12:15 +0000 (19:12 +0000)
lib/hostip6.c

index ce58e64d095b14449a8005b1b526e9fcc8e735ef..0c5eaa03c98786b1d2070ce489d6301d2fcaee50 100644 (file)
@@ -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>