]> pd.if.org Git - pdclib/blobdiff - functions/ctype/isspace.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / ctype / isspace.c
index 62f04b776d18ee3a01292a74b0b454f17f2cd864..c40e89bdad1ced188ea90242812b47f8712fb1be 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 isspace( int c )
 {
 
 int isspace( int c )
 {
@@ -17,7 +17,7 @@ int isspace( int c )
 #endif
 
 #ifdef TEST
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
 
 int main( void )
 {