1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 00:02:13 +00:00

Include getch2.h to get rid of some warnings.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30776 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-02-27 21:47:45 +00:00
parent d1b81c6c1c
commit 27306a18db

View File

@ -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