tneed pty.h on linux according to scott schwartz - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 97fdda4e861f7f66c707d32443f3d8461594b9a5
 (DIR) parent 03480d733369315ada5b35733796e786c807d3c1
 (HTM) 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(-)
       ---
 (DIR) diff --git a/src/cmd/9term/9term.h b/src/cmd/9term/9term.h
       t@@ -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