summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-29 10:10:30 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-05-29 10:10:30 +0000
commit1f14172166e029dbd5e0b001bd8305421bf91a99 (patch)
tree8c86f95f7ef7119cfbcfb4bf4630bcc2fd17aae1 /osdep
parente962e643be41670dc52d38d9b0cfba740fe90611 (diff)
downloadmpv-1f14172166e029dbd5e0b001bd8305421bf91a99.tar.bz2
mpv-1f14172166e029dbd5e0b001bd8305421bf91a99.tar.xz
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
Diffstat (limited to 'osdep')
-rw-r--r--osdep/getch2-os2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/osdep/getch2-os2.c b/osdep/getch2-os2.c
index 6bbcafabbe..cf890238b8 100644
--- a/osdep/getch2-os2.c
+++ b/osdep/getch2-os2.c
@@ -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>