aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys.h b/toys.h
index 69876f23..40946d79 100644
--- a/toys.h
+++ b/toys.h
@@ -47,11 +47,11 @@
#include <utime.h>
#include <utmpx.h>
-#ifdef CFG_TOYBOX_I18N
+// Internationalization support
+
#include <locale.h>
#include <wchar.h>
#include <wctype.h>
-#endif
#include "lib/lib.h"
#include "toys/e2fs.h"