aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/term/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/term/term.h')
-rw-r--r--src/cmd/term/term.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/cmd/term/term.h b/src/cmd/term/term.h
index c370239..9501ae2 100644
--- a/src/cmd/term/term.h
+++ b/src/cmd/term/term.h
@@ -4,6 +4,20 @@
#include <u.h>
#include <base.h>
+#include <stdlib.h>
+#include <string.h>
+#include <math.h>
+#include <ctype.h>
+#include <stdio.h>
+#include <wchar.h>
+#include <errno.h>
+#include <pwd.h>
+#include <unistd.h>
+#include <fcntl.h>
+#include <sys/types.h>
+
+typedef wchar_t wchar;
+
#include <signal.h>
#include <sys/ioctl.h>
#include <sys/select.h>