another include to prevent warnings

This commit is contained in:
Daniel Stenberg 2004-03-05 11:39:19 +00:00
parent e9920d8a04
commit 3d3612e252

View 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>