mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
need pty.h on linux according to scott schwartz
This commit is contained in:
parent
03480d7333
commit
97fdda4e86
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue