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