[MPlayer-cvslog] r34798 - in trunk/osdep: shmem.c shmem.h

Ingo Brückl ib at wupperonline.de
Sun Mar 4 19:40:51 CET 2012


Reimar Döffinger wrote on Sun, 4 Mar 2012 19:16:42 +0100:

> 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.
>>
>> 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.

I tend to forget that there is stdint.h...

Let us be exact and include the really necessary headers.

Ingo


More information about the MPlayer-cvslog mailing list