OSDN Git Service

egl: Add an include for size_t
authorThomas Hellstrom <thellstrom@vmware.com>
Mon, 1 Nov 2010 16:10:03 +0000 (17:10 +0100)
committerThomas Hellstrom <thellstrom@vmware.com>
Tue, 9 Nov 2010 11:31:24 +0000 (12:31 +0100)
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
src/egl/main/egldriver.h

index 1ca7c6c..1a0aaad 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "egltypedefs.h"
 #include "eglapi.h"
-
+#include <stddef.h>
 
 /**
  * Define an inline driver typecast function.