summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
Diffstat (limited to 'osdep')
-rw-r--r--osdep/getch2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/getch2.h b/osdep/getch2.h
index 75bf463cc1..66ace32da0 100644
--- a/osdep/getch2.h
+++ b/osdep/getch2.h
@@ -21,3 +21,6 @@ extern void getch2_disable(void);
/* Read a character or a special key code (see keycodes.h) */
extern int getch2(int halfdelay_time);
+#ifdef __MINGW32__
+extern int mp_input_win32_slave_cmd_func(int fd,char* dest,int size);
+#endif