[MPlayer-cvslog] r31261 - trunk/osdep/getch2-os2.c
    diego 
    subversion at mplayerhq.hu
       
    Sat May 29 12:10:30 CEST 2010
    
    
  
Author: diego
Date: Sat May 29 12:10:30 2010
New Revision: 31261
Log:
getch2-os2.c: Add #include for the header that declares the public functions.
This should fix a bunch of warnings on OS/2.
Modified:
   trunk/osdep/getch2-os2.c
Modified: trunk/osdep/getch2-os2.c
==============================================================================
--- trunk/osdep/getch2-os2.c	Sat May 29 12:07:10 2010	(r31260)
+++ trunk/osdep/getch2-os2.c	Sat May 29 12:10:30 2010	(r31261)
@@ -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>
    
    
More information about the MPlayer-cvslog
mailing list