# HG changeset patch # User Richard M. Stallman # Date 867542914 0 # Node ID 892910c06f242e08727c0576e7ad1b2898ebc306 # Parent 42257ed9c7e37383877b7f09614a9da4a86d961c [HAVE_TERMIOS_H]: Include termios.h. diff -r 42257ed9c7e3 -r 892910c06f24 src/sysdep.c --- a/src/sysdep.c Sat Jun 28 23:45:26 1997 +0000 +++ b/src/sysdep.c Sun Jun 29 00:08:34 1997 +0000 @@ -27,6 +27,10 @@ #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,