X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fwctype%2Fwctrans.c;h=efc18bfad95591aec928794c5ef71f0f56e8c3d7;hb=ed26bf80a4713c6b1f158571f3090f4cbb2d64f7;hp=31f36be311acfcffb62a46692623873d5b33ea33;hpb=6e6c4e6b52f2516e4bb6b9f37c1e2e18cb7448b5;p=pdclib 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 ) {