]> pd.if.org Git - pdclib/blobdiff - functions/wctype/towlower.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / wctype / towlower.c
index b3def775b75b101992fc75752df8959c675e2b0e..666bf6b53e4e69bb0835cb6f26ca2249e1d24e50 100644 (file)
@@ -6,7 +6,7 @@
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
 \r
 #include <wctype.h>\r
 #ifndef REGTEST\r
-#include <_PDCLIB_locale.h>\r
+#include "_PDCLIB_locale.h"\r
 \r
 wint_t _PDCLIB_towlower_l( wint_t wc, locale_t l )\r
 {\r
 \r
 wint_t _PDCLIB_towlower_l( wint_t wc, locale_t l )\r
 {\r
@@ -27,7 +27,7 @@ wint_t towlower( wint_t wc )
 #endif\r
 \r
 #ifdef TEST\r
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r
 \r
 int main( void )\r
 {\r