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