changeset 1929:8ca19160362b

* systty.h [HAVE_TERMIOS]: Include fcntl.h.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 14:51:39 +0000
parents 699033d79ee6
children 1cdbdbe2f70a
files src/systty.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/systty.h	Mon Feb 22 14:51:13 1993 +0000
+++ b/src/systty.h	Mon Feb 22 14:51:39 1993 +0000
@@ -26,6 +26,7 @@
 #ifdef HAVE_TERMIOS
 #include <termio.h>
 #include <termios.h>
+#include <fcntl.h>
 #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */
 #ifndef VMS
 #include <sgtty.h>