diff options
author | Thomas Hellstrom <[email protected]> | 2010-11-01 17:10:03 +0100 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2010-11-09 12:31:24 +0100 |
commit | 675aec81789efebe9c8103f4670f5ae6758d830c (patch) | |
tree | 5c362d2a900ceacb069fa2d302f280fbd3b40d1b /src/egl/main | |
parent | 9d9df964c4db320d64a481ed97f187300d41c527 (diff) |
egl: Add an include for size_t
Signed-off-by: Thomas Hellstrom <[email protected]>
Diffstat (limited to 'src/egl/main')
-rw-r--r-- | 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 1ca7c6cd936..1a0aaad1f8c 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. |