diff --git a/src/sysdep.c b/src/sysdep.c index 5197317b5f9..d863e23bcd4 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -27,6 +27,10 @@ Boston, MA 02111-1307, USA. */ #include "blockinput.h" #undef NULL +#ifdef HAVE_TERMIOS_H +#include +#endif + #define min(x,y) ((x) > (y) ? (y) : (x)) /* In this file, open, read and write refer to the system calls,