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 #endif -#ifdef HAVE_TERMIOS_SYS_H +#ifdef HAVE_SYS_TERMIOS_H #include #endif #endif