commit 97fdda4e861f7f66c707d32443f3d8461594b9a5 parent 03480d733369315ada5b35733796e786c807d3c1 Author: rsc <devnull@localhost> Date: Tue, 20 Jan 2004 01:59:47 +0000 need pty.h on linux according to scott schwartz Diffstat:
M | src/cmd/9term/9term.h | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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