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

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


Author: cehoyos
Date: Sun Mar 10 17:33:43 2013
New Revision: 35950

Log:
Prefer stdint.h over inttypes.h if both work.

Modified:
   trunk/osdep/getch2.c

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


More information about the MPlayer-cvslog mailing list