aboutsummaryrefslogtreecommitdiff
path: root/toys.h
diff options
context:
space:
mode:
Diffstat (limited to 'toys.h')
-rw-r--r--toys.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/toys.h b/toys.h
index 6963ae72..eb7c67f6 100644
--- a/toys.h
+++ b/toys.h
@@ -16,6 +16,7 @@
#include <inttypes.h>
#include <limits.h>
#include <libgen.h>
+#include <locale.h>
#include <math.h>
#include <pty.h>
#include <pwd.h>
@@ -46,6 +47,8 @@
#include <unistd.h>
#include <utime.h>
#include <utmpx.h>
+#include <wchar.h>
+#include <wctype.h>
#include "lib/lib.h"
#include "toys/e2fs.h"