aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-02-22 14:51:39 +0000
committerJim Blandy1993-02-22 14:51:39 +0000
commit1aaaff21ef0a4d59c5bec507159ea3778313f4e0 (patch)
tree7a6be7a8229c194a790f784f51296b5da5ffb709 /src
parent98f7775387dec3359f0332bcd55a608b24c7678b (diff)
downloademacs-1aaaff21ef0a4d59c5bec507159ea3778313f4e0.tar.gz
emacs-1aaaff21ef0a4d59c5bec507159ea3778313f4e0.zip
* 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 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. */
26#ifdef HAVE_TERMIOS 26#ifdef HAVE_TERMIOS
27#include <termio.h> 27#include <termio.h>
28#include <termios.h> 28#include <termios.h>
29#include <fcntl.h>
29#else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ 30#else /* neither HAVE_TERMIO nor HAVE_TERMIOS */
30#ifndef VMS 31#ifndef VMS
31#include <sgtty.h> 32#include <sgtty.h>