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