X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fwchar%2Fwcrtomb.c;h=d6ed4248a49b714e0dcb716630b247c923af8319;hb=abc15df6b9fae3374d24c7cf5c3ab94c605b2a6d;hp=287ff1d82534033d571b4d39b6716693774b6858;hpb=5d2d7d278a2fabd52a252676c6e5b1bb9be630c7;p=pdclib 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 ) {