aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/systty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systty.h b/src/systty.h
index 2171a960465..1324286c7fb 100644
--- a/src/systty.h
+++ b/src/systty.h
@@ -26,7 +26,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
26#ifdef __DGUX 26#ifdef __DGUX
27#include <sys/ioctl.h> 27#include <sys/ioctl.h>
28#endif 28#endif
29#ifndef NO_TERMIO
29#include <termio.h> 30#include <termio.h>
31#endif /* not NO_TERMIO */
30#include <fcntl.h> 32#include <fcntl.h>
31#else 33#else
32#ifdef HAVE_TERMIOS 34#ifdef HAVE_TERMIOS