summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linux/getch2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/getch2.c b/linux/getch2.c
index fdcd538cb6..d289e853cc 100644
--- a/linux/getch2.c
+++ b/linux/getch2.c
@@ -21,7 +21,7 @@
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#endif
-#ifdef HAVE_TERMIOS_SYS_H
+#ifdef HAVE_SYS_TERMIOS_H
#include <sys/termios.h>
#endif
#endif