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