another include to prevent warnings

This commit is contained in:
Daniel Stenberg 2004-03-05 11:39:19 +00:00
Родитель e9920d8a04
Коммит 3d3612e252
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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