--- freem/src/init.c 2025/01/19 04:27:45 1.2 +++ freem/src/init.c 2025/02/25 18:55:13 1.4 @@ -49,8 +49,19 @@ #include #include -#if defined(__sun) -# include +#if !defined(__APPLE__) && !defined(__gnu_hurd__) && !defined(EMSCRIPTEN) +# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__AMIGA) +# include +# if !defined(__AMIGA) +# define TCGETA TIOCGETA +# define TCSETA TIOCSETA +# endif +# define termio termios +# else +# if !defined(MSDOS) +# include +# endif +# endif #else # include #endif