[MPlayer-cvslog] r30776 - trunk/osdep/getch2-win.c
reimar
subversion at mplayerhq.hu
Sat Feb 27 22:47:45 CET 2010
Author: reimar
Date: Sat Feb 27 22:47:45 2010
New Revision: 30776
Log:
Include getch2.h to get rid of some warnings.
Modified:
trunk/osdep/getch2-win.c
Modified: trunk/osdep/getch2-win.c
==============================================================================
--- trunk/osdep/getch2-win.c Sat Feb 27 22:32:33 2010 (r30775)
+++ trunk/osdep/getch2-win.c Sat Feb 27 22:47:45 2010 (r30776)
@@ -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
More information about the MPlayer-cvslog
mailing list