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