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