summaryrefslogtreecommitdiff
path: root/src/egl/main
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2010-11-01 17:10:03 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2010-11-09 12:31:24 +0100
commit675aec81789efebe9c8103f4670f5ae6758d830c (patch)
tree5c362d2a900ceacb069fa2d302f280fbd3b40d1b /src/egl/main
parent9d9df964c4db320d64a481ed97f187300d41c527 (diff)
egl: Add an include for size_t
Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Diffstat (limited to 'src/egl/main')
-rw-r--r--src/egl/main/egldriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/egldriver.h b/src/egl/main/egldriver.h
index 1ca7c6cd93..1a0aaad1f8 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.