diff options
author | Jim Blandy <jimb@redhat.com> | 1993-02-22 14:51:39 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-02-22 14:51:39 +0000 |
commit | d2a37883befda5a55b44bf2c9ca244ff67203bbc (patch) | |
tree | 6d11f4f8c651f2de3d46d7f040ffe9ae1d529190 /src/systty.h | |
parent | 4d1c3a3b0b13478e1b33a19ec8575181a76b4370 (diff) | |
download | emacs-d2a37883befda5a55b44bf2c9ca244ff67203bbc.tar.gz |
* systty.h [HAVE_TERMIOS]: Include fcntl.h.
Diffstat (limited to 'src/systty.h')
-rw-r--r-- | src/systty.h | 1 |
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. */ #ifdef HAVE_TERMIOS #include <termio.h> #include <termios.h> +#include <fcntl.h> #else /* neither HAVE_TERMIO nor HAVE_TERMIOS */ #ifndef VMS #include <sgtty.h> |