commit 97fdda4e861f7f66c707d32443f3d8461594b9a5 from: rsc date: Tue Jan 20 01:59:47 2004 UTC need pty.h on linux according to scott schwartz commit - 03480d733369315ada5b35733796e786c807d3c1 commit + 97fdda4e861f7f66c707d32443f3d8461594b9a5 blob - 24536752caabff547501d5f54231559e8398a675 blob + 705648aad3e8fc43bc369f80e8124ee22f19df67 --- src/cmd/9term/9term.h +++ src/cmd/9term/9term.h @@ -9,6 +9,10 @@ #include #include #include +#include +#ifdef __linux__ +#include +#endif #define fatal sysfatal