X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fwctype%2Ftowlower.c;h=666bf6b53e4e69bb0835cb6f26ca2249e1d24e50;hp=b3def775b75b101992fc75752df8959c675e2b0e;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/wctype/towlower.c b/functions/wctype/towlower.c index b3def77..666bf6b 100644 --- a/functions/wctype/towlower.c +++ b/functions/wctype/towlower.c @@ -6,7 +6,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_locale.h> +#include "_PDCLIB_locale.h" wint_t _PDCLIB_towlower_l( wint_t wc, locale_t l ) { @@ -27,7 +27,7 @@ wint_t towlower( wint_t wc ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {