[MPlayer-cvslog] r34798 - in trunk/osdep: shmem.c shmem.h
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sun Mar 4 19:16:42 CET 2012
On Sun, Mar 04, 2012 at 05:20:47PM +0100, ib wrote:
> Author: ib
> Date: Sun Mar 4 17:20:47 2012
> New Revision: 34798
>
> Log:
> Put #include <inttypes.h> into the header file where it should be.
>
> Reported by Stephen Sheldon, sfsheldo gmail com.
>
> Modified:
> trunk/osdep/shmem.c
> trunk/osdep/shmem.h
>
> Modified: trunk/osdep/shmem.c
> ==============================================================================
> --- trunk/osdep/shmem.c Sun Mar 4 16:42:16 2012 (r34797)
> +++ trunk/osdep/shmem.c Sun Mar 4 17:20:47 2012 (r34798)
> @@ -36,7 +36,6 @@
> #endif
> #include <sys/socket.h>
> #include <fcntl.h>
> -#include <inttypes.h>
>
> #include "mp_msg.h"
> #include "shmem.h"
>
> Modified: trunk/osdep/shmem.h
> ==============================================================================
> --- trunk/osdep/shmem.h Sun Mar 4 16:42:16 2012 (r34797)
> +++ trunk/osdep/shmem.h Sun Mar 4 17:20:47 2012 (r34798)
> @@ -19,6 +19,8 @@
> #ifndef MPLAYER_SHMEM_H
> #define MPLAYER_SHMEM_H
>
> +#include <inttypes.h>
Thanks. Not sure it is worth bothering with it but the header
only really need stdint.h, only the C file needs the full the
inttypes.h.
More information about the MPlayer-cvslog
mailing list