]> pd.if.org Git - pdclib/blobdiff - functions/ctype/islower.c
Whitespace cleanups.
[pdclib] / functions / ctype / islower.c
index 2ea761343c62a1556d4da28863f5574905e539d9..3fcfe7b7b9da092b1ab9c1c757976db5b1b562c3 100644 (file)
@@ -18,7 +18,8 @@ int islower( int c )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {