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