X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fctype%2Fislower.c;h=5a97887489c7d2b539d724ada00cb245fc7b2010;hp=2ea761343c62a1556d4da28863f5574905e539d9;hb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;hpb=2b793d7f6e3a8e37229e761ef4c92961bd0f686a diff --git a/functions/ctype/islower.c b/functions/ctype/islower.c index 2ea7613..5a97887 100644 --- a/functions/ctype/islower.c +++ b/functions/ctype/islower.c @@ -18,7 +18,7 @@ int islower( int c ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {