getch2-os2.c: Add #include for the header that declares the public functions.

This should fix a bunch of warnings on OS/2.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31261 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-05-29 10:10:30 +00:00
parent e962e643be
commit 1f14172166
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#include "keycodes.h"
#include "input/input.h"
#include "mp_fifo.h"
#include "getch2.h"
#if defined(HAVE_LANGINFO) && defined(CONFIG_ICONV)
#include <locale.h>