From 03407632d251fecb87ea6e1ea7c59bed8e5e67e9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 29 Jun 1997 00:08:34 +0000 Subject: [PATCH] [HAVE_TERMIOS_H]: Include termios.h. --- src/sysdep.c | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 2.39.2