]> granicus.if.org Git - curl/commitdiff
another include to prevent warnings
authorDaniel Stenberg <daniel@haxx.se>
Fri, 5 Mar 2004 11:39:19 +0000 (11:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 5 Mar 2004 11:39:19 +0000 (11:39 +0000)
lib/file.c

index e923ae2559b9451eb9581862f2361e54d33b81f0..31ab2c194a41c41b31a7104fcd8e64ea142b6a74 100644 (file)
@@ -84,6 +84,7 @@
 #include "file.h"
 #include "speedcheck.h"
 #include "getinfo.h"
+#include "transfer.h" /* for Curl_readwrite_init() */
 
 #define _MPRINTF_REPLACE /* use our functions only */
 #include <curl/mprintf.h>