all: fix #includes for AIX, add a few AIX "implementation" files
This commit is contained in:
parent
f84d54a033
commit
5802b09e9d
9 changed files with 25 additions and 0 deletions
|
|
@ -2,7 +2,9 @@
|
|||
#define NOPLAN9DEFINES
|
||||
#include <libc.h>
|
||||
#include <termios.h>
|
||||
#ifdef HAS_SYS_TERMIOS
|
||||
#include <sys/termios.h>
|
||||
#endif
|
||||
|
||||
static int
|
||||
rawx(int fd, int echoing)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue