diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2011-04-20 15:23:57 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-04-20 15:23:57 +0200 |
commit | 9039d19f01f2d201dd4dfeac5a81753c82c72147 (patch) | |
tree | 992d235675c65403ab97a9639dcc04138068a343 /lib/transfer.c | |
parent | c828646f60b5bffb2bfcf924eba36da767bf08bf (diff) | |
download | curl-9039d19f01f2d201dd4dfeac5a81753c82c72147.tar.gz |
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.c | 1 |
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> |