changeset 30734:749c87b2c3e2

Include getch2.h to get rid of some warnings.
author reimar
date Sat, 27 Feb 2010 21:47:45 +0000
parents 19a6d39d5fdd
children 783071763328
files osdep/getch2-win.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/osdep/getch2-win.c	Sat Feb 27 21:32:33 2010 +0000
+++ b/osdep/getch2-win.c	Sat Feb 27 21:47:45 2010 +0000
@@ -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