need pty.h on linux according to scott schwartz
This commit is contained in:
parent
03480d7333
commit
97fdda4e86
@ -9,6 +9,10 @@
|
|||||||
#include <frame.h>
|
#include <frame.h>
|
||||||
#include <plumb.h>
|
#include <plumb.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
|
#include <sys/termios.h>
|
||||||
|
#ifdef __linux__
|
||||||
|
#include <pty.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define fatal sysfatal
|
#define fatal sysfatal
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user