From f59cda84b1e52293e656fffea1529896d28b2d21 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Tue, 29 Apr 2008 14:52:45 +0300 Subject: mp_fifo.c, osdep/: Include corresponding .h in .c files --- osdep/getch2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'osdep/getch2.c') 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; -- cgit v1.2.3