include protos to fix warnings

This commit is contained in:
Daniel Stenberg 2005-05-10 22:46:24 +00:00
parent b19cba2016
commit cc8e8db1e5
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@
#include "share.h"
#include "memory.h"
#include "select.h"
#include "strerror.h"
#include "connect.h" /* for the Curl_ourerrno() proto */
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>