get the Curl_sockerrno proto

This commit is contained in:
Daniel Stenberg 2006-05-05 22:07:01 +00:00
parent 577ba5783c
commit 800193da9b
1 changed files with 1 additions and 0 deletions

View File

@ -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>