From 27306a18db00afb3e5e4aced936e4d9ad9ddfdf5 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 27 Feb 2010 21:47:45 +0000 Subject: Include getch2.h to get rid of some warnings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30776 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/getch2-win.c | 1 + 1 file changed, 1 insertion(+) (limited to 'osdep') diff --git a/osdep/getch2-win.c b/osdep/getch2-win.c index 3c428834ff..5528680cd8 100644 --- a/osdep/getch2-win.c +++ b/osdep/getch2-win.c @@ -30,6 +30,7 @@ #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