aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2020-12-06 00:02:46 -0600
committerRob Landley <rob@landley.net>2020-12-06 00:02:46 -0600
commit75b89012c90470a27d66b54ad89901b94fcfd169 (patch)
tree07c1b6954a186511f016ca490c71ae0fbd2873f3 /toys.h
parent0e675d98f3aba7a834dc56c2ae419f20da376f44 (diff)
downloadtoybox-75b89012c90470a27d66b54ad89901b94fcfd169.tar.gz
Remove CONFIG_TOYBOX_I18N and just always support utf8.
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index b2e4721c..ead39b50 100644
--- a/toys.h
+++ b/toys.h
@@ -58,6 +58,7 @@
// Internationalization support (also in POSIX and LSB)
+#include <langinfo.h>
#include <locale.h>
#include <wchar.h>
#include <wctype.h>