diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-05 11:39:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-05 11:39:19 +0000 |
commit | 3d3612e252cb769320518b202a3bbc0182d96f61 (patch) | |
tree | d88ff8c28afdfe64baa4cf92ccbadb16ff8abb9b /lib | |
parent | e9920d8a04c1466078e57fce74d0c61ebaab9a59 (diff) | |
download | curl-3d3612e252cb769320518b202a3bbc0182d96f61.tar.gz |
another include to prevent warnings
Diffstat (limited to 'lib')
-rw-r--r-- | lib/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/file.c b/lib/file.c index e923ae255..31ab2c194 100644 --- a/lib/file.c +++ b/lib/file.c @@ -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> |