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

Thomas Hellstrom thomash at kemper.freedesktop.org
Tue Nov 23 11:05:15 UTC 2010


Module: Mesa
Branch: 7.9
Commit: e5c78c20039ab4e2dafdcefca571ce393e283395
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5c78c20039ab4e2dafdcefca571ce393e283395

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 c618feb..950774f 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