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