X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Ftolower.c;h=779afb7290bc8fbcfd2f6d015a09af4692ebd1ec;hp=ffcaa9aa9d6f880c1b877f935e4b0eec2e77bdba;hb=da0f3f353d417fed71f358a48d5d5394145e460d;hpb=1a0ec80bd1d2439b7c8e4e16905f26c3fa39630e diff --git a/functions/ctype/tolower.c b/functions/ctype/tolower.c index ffcaa9a..779afb7 100644 --- a/functions/ctype/tolower.c +++ b/functions/ctype/tolower.c @@ -7,7 +7,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_locale.h> +#include "_PDCLIB_locale.h" int tolower( int c ) { @@ -17,7 +17,7 @@ int tolower( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {