1
0
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:
Nick Briggs 2017-05-24 21:00:10 -07:00
parent 4e6bbcbc1d
commit be2101ac49

View File

@ -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 */