aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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>