aboutsummaryrefslogtreecommitdiff
path: root/gdb/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/terminal.h')
-rw-r--r--gdb/terminal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/terminal.h b/gdb/terminal.h
index a543975..73be02f 100644
--- a/gdb/terminal.h
+++ b/gdb/terminal.h
@@ -41,7 +41,8 @@
#endif /* ! defined (HAVE_SGTTY_H) */
#endif /* ! defined (HAVE_TERMIO_H) */
#endif /* ! defined (HAVE_TERMIOS_H) */
-#endif /* !defined (HAVE_TERMIOS) && !defined(HAVE_TERMIO) && !defined(HAVE_SGTTY) */
+#endif /* !defined (HAVE_TERMIOS) && !defined (HAVE_TERMIO) &&
+ !defined (HAVE_SGTTY) */
#if defined(HAVE_TERMIOS)
#include <termios.h>