]> pd.if.org Git - pdclib/blobdiff - functions/locale/localeconv.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / locale / localeconv.c
index 5b49571ec5ae86f26f37c54548fce0c7da088757..c6ffcf3a41ac169891f651c9340fda3757d9dc6e 100644 (file)
@@ -4,9 +4,9 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
-#include <_PDCLIB_locale.h>
-
+#include <locale.h>
 #ifndef REGTEST
+#include "_PDCLIB_locale.h"
 
 struct lconv * localeconv( void )
 {
@@ -16,7 +16,7 @@ struct lconv * localeconv( void )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {