diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-05 22:07:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-05 22:07:01 +0000 |
commit | 800193da9bf666d48847d27d8af28a755c9aa0d8 (patch) | |
tree | ea8b734f27247027188dbc7c6ce355cfb7bf4c14 /lib | |
parent | 577ba5783c08fed761e351ca2749fa1f575e3a3d (diff) |
get the Curl_sockerrno proto
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hostares.c | 1 |
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> |