changeset 36693:44334c832149

add missing include of stddef.h, as it's needed to use "ptrdiff_t"
author gpoirier
date Wed, 05 Feb 2014 16:03:44 +0000
parents 392ff24ee93c
children eed2fb870f43
files libvo/gl_common.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/gl_common.h	Wed Feb 05 00:32:14 2014 +0000
+++ b/libvo/gl_common.h	Wed Feb 05 16:03:44 2014 +0000
@@ -26,6 +26,7 @@
 
 #include <stdio.h>
 #include <stdint.h>
+#include <stddef.h>
 
 #include "config.h"
 #include "video_out.h"