From 9ca5decb0b51bedea1de69e088db5631156508fd Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 4 Mar 2007 18:55:44 +0000 Subject: Include stdio.h for printf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22459 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/getch2-win.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'osdep') diff --git a/osdep/getch2-win.c b/osdep/getch2-win.c index 80e745f9ef..d0aba80823 100644 --- a/osdep/getch2-win.c +++ b/osdep/getch2-win.c @@ -4,9 +4,12 @@ // for additional virtual keycodes +#include #include #include "keycodes.h" #include "input/input.h" +// HACK, stdin is used as something else below +#undef stdin int mp_input_win32_slave_cmd_func(int fd,char* dest,int size){ DWORD retval; -- cgit v1.2.3