From 800193da9bf666d48847d27d8af28a755c9aa0d8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 5 May 2006 22:07:01 +0000 Subject: [PATCH] get the Curl_sockerrno proto --- lib/hostares.c | 1 + 1 file changed, 1 insertion(+) 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