summaryrefslogtreecommitdiff
path: root/include/EGL/eglplatform.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-25 13:02:44 -0600
committerBrian Paul <brianp@vmware.com>2009-03-25 13:02:44 -0600
commit33fa6a27557171e8368d96ebf8e61aad283538b1 (patch)
tree62f9321550f1520aa07912140a1e6b2f35a1641d /include/EGL/eglplatform.h
parent2e2f3b408655fa8abd97030af3d8482cfd7c6fa0 (diff)
egl: include stdint.h to get the c99 integer typedefs
Fixes breakage from commit 6dd9c221012d5e091b2ede90d9b2a6f0383abd58
Diffstat (limited to 'include/EGL/eglplatform.h')
-rw-r--r--include/EGL/eglplatform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h
index b6311f84aef..83e89cd7043 100644
--- a/include/EGL/eglplatform.h
+++ b/include/EGL/eglplatform.h
@@ -15,6 +15,7 @@
#if !defined(_WIN32_WCE)
#include <sys/types.h>
+#include <stdint.h>
#endif
/* Macros used in EGL function prototype declarations.