diff options
Diffstat (limited to 'osdep/getch2.c')
-rw-r--r-- | osdep/getch2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/getch2.c b/osdep/getch2.c index 4a571033b1..663b2350f9 100644 --- a/osdep/getch2.c +++ b/osdep/getch2.c @@ -37,6 +37,7 @@ #include "mp_fifo.h" #include "keycodes.h" +#include "getch2.h" #ifdef HAVE_TERMIOS static struct termios tio_orig; |