From 1aaaff21ef0a4d59c5bec507159ea3778313f4e0 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 22 Feb 1993 14:51:39 +0000 Subject: [PATCH] * systty.h [HAVE_TERMIOS]: Include fcntl.h. --- src/systty.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/systty.h b/src/systty.h index 32941411ee9..3c9a731b9cd 100644 --- a/src/systty.h +++ b/src/systty.h @@ -26,6 +26,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef HAVE_TERMIOS #include #include +#include #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ #ifndef VMS #include