[MPlayer-cvslog] r35949 - trunk/osdep/getch2.c

cehoyos subversion at mplayerhq.hu
Sun Mar 10 17:17:33 CET 2013


Author: cehoyos
Date: Sun Mar 10 17:17:32 2013
New Revision: 35949

Log:
Fix compilation after r35947 (at least on some systems).

Modified:
   trunk/osdep/getch2.c

Modified: trunk/osdep/getch2.c
==============================================================================
--- trunk/osdep/getch2.c	Sun Mar 10 16:17:44 2013	(r35948)
+++ trunk/osdep/getch2.c	Sun Mar 10 17:17:32 2013	(r35949)
@@ -34,6 +34,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <inttypes.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #ifdef CONFIG_IOCTL


More information about the MPlayer-cvslog mailing list