X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwctype%2Fwctype.c;h=c07fc0f2682b200b3ba512c7dbdca7992f8a2ff8;hp=e196ee439bf77bac4bef11277ec322d3015ea20f;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/wctype/wctype.c b/functions/wctype/wctype.c index e196ee4..c07fc0f 100644 --- a/functions/wctype/wctype.c +++ b/functions/wctype/wctype.c @@ -7,7 +7,7 @@ #include #ifndef REGTEST #include -#include <_PDCLIB_locale.h> +#include "_PDCLIB_locale.h" wctype_t wctype( const char * property ) { @@ -73,7 +73,7 @@ wctype_t wctype( const char * property ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {