X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwchar%2Fwcrtomb.c;h=d6ed4248a49b714e0dcb716630b247c923af8319;hp=287ff1d82534033d571b4d39b6716693774b6858;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/wchar/wcrtomb.c b/functions/wchar/wcrtomb.c index 287ff1d..d6ed424 100644 --- a/functions/wchar/wcrtomb.c +++ b/functions/wchar/wcrtomb.c @@ -10,8 +10,8 @@ #include #include #include -#include <_PDCLIB_encoding.h> -#include <_PDCLIB_locale.h> +#include "_PDCLIB_encoding.h" +#include "_PDCLIB_locale.h" #if 0 /* @@ -42,7 +42,7 @@ size_t wcrtomb( #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {