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