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