Module: Mesa Branch: master Commit: 675aec81789efebe9c8103f4670f5ae6758d830c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=675aec81789efebe9c8103f4670f5ae6758d830c
Author: Thomas Hellstrom <[email protected]> Date: Mon Nov 1 17:10:03 2010 +0100 egl: Add an include for size_t Signed-off-by: Thomas Hellstrom <[email protected]> --- 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. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
