aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/9term/9term.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cmd/9term/9term.h b/src/cmd/9term/9term.h
index 24536752..705648aa 100644
--- a/src/cmd/9term/9term.h
+++ b/src/cmd/9term/9term.h
@@ -9,6 +9,10 @@
#include <frame.h>
#include <plumb.h>
#include <termios.h>
+#include <sys/termios.h>
+#ifdef __linux__
+#include <pty.h>
+#endif
#define fatal sysfatal