diff osdep/getch2-os2.c @ 31199:160052767c65

getch2-os2.c: Add #include for the header that declares the public functions. This should fix a bunch of warnings on OS/2.
author diego
date Sat, 29 May 2010 10:10:30 +0000
parents 32725ca88fed
children
line wrap: on
line diff
--- a/osdep/getch2-os2.c	Sat May 29 10:07:10 2010 +0000
+++ b/osdep/getch2-os2.c	Sat May 29 10:10:30 2010 +0000
@@ -32,6 +32,7 @@
 #include "keycodes.h"
 #include "input/input.h"
 #include "mp_fifo.h"
+#include "getch2.h"
 
 #if defined(HAVE_LANGINFO) && defined(CONFIG_ICONV)
 #include <locale.h>