aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9term/bsdpty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/9term/bsdpty.c')
-rw-r--r--src/cmd/9term/bsdpty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/9term/bsdpty.c b/src/cmd/9term/bsdpty.c
index d64e4c2f..3710a18d 100644
--- a/src/cmd/9term/bsdpty.c
+++ b/src/cmd/9term/bsdpty.c
@@ -5,7 +5,9 @@
#include <errno.h>
#include <grp.h>
#include <termios.h>
+#ifdef HAS_SYS_TERMIOS
#include <sys/termios.h>
+#endif
#ifdef __linux__
#include <pty.h>
#endif