Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/unicode.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/unicode.h b/include/unicode.h
index 7ab044e17..857aab138 100644
--- a/include/unicode.h
+++ b/include/unicode.h
@@ -5,6 +5,11 @@
#ifndef UNICODE_H
#define UNICODE_H 1
+#if ENABLE_LOCALE_SUPPORT
+# include <wchar.h>
+# include <wctype.h>
+#endif
+
PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
enum {
@@ -33,8 +38,6 @@ char* FAST_FUNC unicode_conv_to_printable_fixedwidth(uni_stat_t *stats, const ch
# if ENABLE_LOCALE_SUPPORT
-# include <wchar.h>
-# include <wctype.h>
extern uint8_t unicode_status;
void init_unicode(void) FAST_FUNC;