aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-05-05 22:07:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-05-05 22:07:01 +0000
commit800193da9bf666d48847d27d8af28a755c9aa0d8 (patch)
treeea8b734f27247027188dbc7c6ce355cfb7bf4c14
parent577ba5783c08fed761e351ca2749fa1f575e3a3d (diff)
get the Curl_sockerrno proto
-rw-r--r--lib/hostares.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hostares.c b/lib/hostares.c
index 0f438477c..9d8ad1ba8 100644
--- a/lib/hostares.c
+++ b/lib/hostares.c
@@ -75,6 +75,7 @@
#include "share.h"
#include "strerror.h"
#include "url.h"
+#include "connect.h" /* for the Curl_sockerrno() proto */
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>