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