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