]> granicus.if.org Git - curl/commitdiff
include protos to fix warnings
authorDaniel Stenberg <daniel@haxx.se>
Tue, 10 May 2005 22:46:24 +0000 (22:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 10 May 2005 22:46:24 +0000 (22:46 +0000)
lib/transfer.c

index 5ba478a8e704de45e3a9d27e31445c05f7eb5ac0..960339e802ef58ab1094147b56c0c9301f92c009 100644 (file)
 #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>