X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=includes%2Fwchar.h;h=e3d8e4924d548b0c99ac138088015f39cd1b38d3;hb=effb3189773dc441285c056abf1ea78276698cb8;hp=34f2ef300620af29f08aa70089e59d1b5ade1322;hpb=9139768cecb777324d8d8e420f01bb41d62a8bbc;p=pdclib.old diff --git a/includes/wchar.h b/includes/wchar.h index 34f2ef3..e3d8e49 100644 --- a/includes/wchar.h +++ b/includes/wchar.h @@ -8,6 +8,7 @@ #ifndef _PDCLIB_WCHAR_H #define _PDCLIB_WCHAR_H #include <_PDCLIB_io.h> +#include <_PDCLIB_encoding.h> _PDCLIB_BEGIN_EXTERN_C /* This is VASTLY incomplete. Functions being implemented as required by other portions of the library @@ -32,7 +33,7 @@ typedef _PDCLIB_wint_t wint_t; #ifndef _PDCLIB_MBSTATE_T_DEFINED #define _PDCLIB_MBSTATE_T_DEFINED _PDCLIB_MBSTATE_T_DEFINED -typedef struct _PDCLIB_mbstate_t mbstate_t; +typedef _PDCLIB_mbstate_t mbstate_t; #endif struct tm;