X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwctype%2Ftowctrans.c;h=5c1c0a2f460293c26880423bbfac229beed13e2c;hp=f5f4a1dd38d2e3c49c1e8e91ee393695b648d116;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/wctype/towctrans.c b/functions/wctype/towctrans.c index f5f4a1d..5c1c0a2 100644 --- a/functions/wctype/towctrans.c +++ b/functions/wctype/towctrans.c @@ -7,7 +7,7 @@ #include #ifndef REGTEST #include -#include <_PDCLIB_locale.h> +#include "_PDCLIB_locale.h" wint_t _PDCLIB_towctrans_l( wint_t wc, wctrans_t trans, locale_t l ) { @@ -27,7 +27,7 @@ wint_t towctrans( wint_t wc, wctrans_t trans ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {