[MPlayer-cvslog] r36789 - trunk/libvo/gl_common.h
gpoirier
subversion at mplayerhq.hu
Wed Feb 5 17:03:44 CET 2014
Author: gpoirier
Date: Wed Feb 5 17:03:44 2014
New Revision: 36789
Log:
add missing include of stddef.h, as it's needed to use "ptrdiff_t"
Modified:
trunk/libvo/gl_common.h
Modified: trunk/libvo/gl_common.h
==============================================================================
--- trunk/libvo/gl_common.h Wed Feb 5 01:32:14 2014 (r36788)
+++ trunk/libvo/gl_common.h Wed Feb 5 17:03:44 2014 (r36789)
@@ -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