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