aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-02-22 14:51:39 +0000
committerJim Blandy <[email protected]>1993-02-22 14:51:39 +0000
commit1aaaff21ef0a4d59c5bec507159ea3778313f4e0 (patch)
tree7a6be7a8229c194a790f784f51296b5da5ffb709 /src
parent98f7775387dec3359f0332bcd55a608b24c7678b (diff)
* systty.h [HAVE_TERMIOS]: Include fcntl.h.
Diffstat (limited to 'src')
-rw-r--r--src/systty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h
index 32941411ee..3c9a731b9c 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 <termio.h>
#include <termios.h>
+#include <fcntl.h>
#else /* neither HAVE_TERMIO nor HAVE_TERMIOS */
#ifndef VMS
#include <sgtty.h>