# HG changeset patch # User reimar # Date 1267307265 0 # Node ID 749c87b2c3e24cfd907188083b3eb17407772641 # Parent 19a6d39d5fddb4287fe7600e9aa494f63d27573a Include getch2.h to get rid of some warnings. diff -r 19a6d39d5fdd -r 749c87b2c3e2 osdep/getch2-win.c --- 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