aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-10 22:46:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-10 22:46:24 +0000
commitcc8e8db1e5f35f8ca0a3e5e27995278334a1e27f (patch)
treeeb4f01990cb564879693ec9b96b65b0b5ba3441a /lib/transfer.c
parentb19cba20168ce785ec01e14de9638c2a198a8527 (diff)
include protos to fix warnings
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index 5ba478a8e..960339e80 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -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>