CURL_DOES_CONVERSIONS: fixes

Made it compile and work again after the code move.
This commit is contained in:
Gisle Vanem
2011-04-20 15:23:57 +02:00
committed by Daniel Stenberg
parent c828646f60
commit 9039d19f01
3 changed files with 12 additions and 4 deletions

View File

@@ -103,6 +103,7 @@
#include "multiif.h"
#include "rtsp.h"
#include "connect.h"
#include "non-ascii.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>