mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 12:22:24 +00:00
FreeBSD has just plain <termios.h>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user