# HG changeset patch # User diego # Date 1275127830 0 # Node ID 160052767c65c8074685abc370ecbdaa3c505694 # Parent f9719a497f8e790160065d96efaafedad72a0f49 getch2-os2.c: Add #include for the header that declares the public functions. This should fix a bunch of warnings on OS/2. diff -r f9719a497f8e -r 160052767c65 osdep/getch2-os2.c --- 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