[Mesa-dev] [PATCH 1/3] egl: Add an include for size_t

Thomas Hellstrom thellstrom at vmware.com
Mon Nov 8 08:07:22 PST 2010


Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
---
 src/egl/main/egldriver.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index 1ca7c6c..1a0aaad 100644
--- a/src/egl/main/egldriver.h
+++ b/src/egl/main/egldriver.h
@@ -4,7 +4,7 @@
 
 #include "egltypedefs.h"
 #include "eglapi.h"
-
+#include <stddef.h>
 
 /**
  * Define an inline driver typecast function.
-- 
1.6.2.5



More information about the mesa-dev mailing list