mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 23:27:12 +00:00
FreeBSD has just plain <termios.h>
This commit is contained in:
parent
4e6bbcbc1d
commit
be2101ac49
@ -51,6 +51,8 @@ Unix Interface Communications
|
||||
#include <termio.h>
|
||||
#elif MACOSX
|
||||
#include <termios.h>
|
||||
#elif FREEBSD
|
||||
#include <termios.h>
|
||||
#else
|
||||
#include <sys/termio.h>
|
||||
#endif /* OS4 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user