]> pd.if.org Git - pdclib.old/blobdiff - functions/locale/localeconv.c
PDCLIB-1 locale functions only included <_PDCLIB_locale.h>, not <locale.h>. This...
[pdclib.old] / functions / locale / localeconv.c
index 5b49571ec5ae86f26f37c54548fce0c7da088757..5da63d01f9d78eace0c067ce1c7c73c68c96497e 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 )
 {