[MPlayer-cvslog] r36774 - in trunk/libvo: gl_common.c gl_common.h gl_compat.h vo_gl.c

Guillaume POIRIER poirierg at gmail.com
Wed Feb 5 15:34:28 CET 2014


Hi,

On Wed, Feb 5, 2014 at 3:27 PM, Reimar Döffinger
<Reimar.Doeffinger at gmx.de> wrote:
> On 5 February 2014 14:21:57 CET, Guillaume POIRIER <poirierg at gmail.com> wrote:

>> do you know if stddef.h may only be necessary for OSX, or
>>should it be included in all configs?
>
> Seems this is my fault, I assumed it is in stdint.
> But it seems stddef is necessary for correct code, so yes it should be included in all cases, and preferably grouped with the standard headers like stdint.


Ok, so I'll commit this unless I understood what you said completely
the wrong way.

Regards,

Guillaume

-- 
If a cluttered desk is the sign of a cluttered mind, what is the
significance of a clean desk?
Laurence J. Peter
-------------- next part --------------
Index: libvo/gl_common.h
===================================================================
--- libvo/gl_common.h	(revision 36788)
+++ libvo/gl_common.h	(working copy)
@@ -26,6 +26,7 @@
 
 #include <stdio.h>
 #include <stdint.h>
+#include <stddef.h>
 
 #include "config.h"
 #include "video_out.h"


More information about the MPlayer-cvslog mailing list