Mesa (master): egl: Add an include for size_t

Thomas Hellstrom thomash at kemper.freedesktop.org
Tue Nov 9 11:32:03 UTC 2010


Module: Mesa
Branch: master
Commit: 675aec81789efebe9c8103f4670f5ae6758d830c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=675aec81789efebe9c8103f4670f5ae6758d830c

Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Mon Nov  1 17:10:03 2010 +0100

egl: Add an include for size_t

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.




More information about the mesa-commit mailing list