aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2011-04-20 15:23:57 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-04-20 15:23:57 +0200
commit9039d19f01f2d201dd4dfeac5a81753c82c72147 (patch)
tree992d235675c65403ab97a9639dcc04138068a343 /lib/transfer.c
parentc828646f60b5bffb2bfcf924eba36da767bf08bf (diff)
CURL_DOES_CONVERSIONS: fixes
Made it compile and work again after the code move.
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index 08d5ed37f..1684a489f 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -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>