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