Commit cc8e8db1 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include protos to fix warnings

parent b19cba20
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>