need pty.h on linux according to scott schwartz

This commit is contained in:
rsc 2004-01-20 01:59:47 +00:00
parent 03480d7333
commit 97fdda4e86

View file

@ -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