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

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Mar 10 17:20:58 CET 2013


On Sun, Mar 10, 2013 at 05:17:33PM +0100, cehoyos wrote:
> 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>

Not important, but I think the idea is to use stdint.h instead unless we
need the PRI and similar stuff that exists only in inttypes.h


More information about the MPlayer-cvslog mailing list