]> pd.if.org Git - pdclib/blobdiff - functions/ctype/isblank.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / ctype / isblank.c
index 883c0d85971d82f82b17f2605534ee0bb510aa7f..50d5663c18251c1072d96f1643a5380b3cdc71a4 100644 (file)
@@ -7,7 +7,7 @@
 #include <ctype.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_locale.h>
+#include "_PDCLIB_locale.h"
 
 int isblank( int c )
 {
@@ -17,7 +17,7 @@ int isblank( int c )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {