summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-27 21:47:45 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-27 21:47:45 +0000
commit27306a18db00afb3e5e4aced936e4d9ad9ddfdf5 (patch)
tree778b2d2ce2be970669e18fe9c9deaac06a3c0943 /osdep
parentd1b81c6c1c8e7079dc7aa51c8afc6167e4b712c2 (diff)
downloadmpv-27306a18db00afb3e5e4aced936e4d9ad9ddfdf5.tar.bz2
mpv-27306a18db00afb3e5e4aced936e4d9ad9ddfdf5.tar.xz
Include getch2.h to get rid of some warnings.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30776 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/getch2-win.c1
1 files changed, 1 insertions, 0 deletions
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