build: add our standard includes to curl_darwinssl.c and curl_multibyte.c

This commit is contained in:
Yang Tse
2012-06-27 17:13:16 +02:00
parent e6b2eb78a2
commit 57d2732ccb
2 changed files with 18 additions and 1 deletions

View File

@@ -31,6 +31,13 @@
#include "curl_multibyte.h"
#define _MPRINTF_REPLACE /* use our functions only */
#include <curl/mprintf.h>
#include "curl_memory.h"
/* The last #include file should be: */
#include "memdebug.h"
wchar_t *Curl_convert_UTF8_to_wchar(const char *str_utf8)
{
wchar_t *str_w = NULL;