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-win.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'osdep/getch2-win.c') diff --git a/osdep/getch2-win.c b/osdep/getch2-win.c index 03c3d42cbf..a939784266 100644 --- a/osdep/getch2-win.c +++ b/osdep/getch2-win.c @@ -10,6 +10,8 @@ #include "keycodes.h" #include "input/input.h" #include "mp_fifo.h" +#include "getch2.h" + // HACK, stdin is used as something else below #undef stdin -- cgit v1.2.3