From b65e3dd79eb5066d653e999c350a879c7e19886f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 30 Mar 1994 18:51:54 +0000 Subject: [PATCH] (INCLUDED_FCNTL): Define, if include fcntl.h. --- src/systty.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/systty.h b/src/systty.h index 22dc37288b3..5027633ec9b 100644 --- a/src/systty.h +++ b/src/systty.h @@ -53,6 +53,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef NO_TERMIO #include #endif /* not NO_TERMIO */ +#define INCLUDED_FCNTL #include #else #ifdef HAVE_TERMIOS @@ -65,6 +66,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #include #endif /* _AIX && _I386 */ +#define INCLUDED_FCNTL #include #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ #ifndef VMS -- 2.39.5