diff options
author | Brian Paul <brianp@vmware.com> | 2009-03-25 13:02:44 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-03-25 13:02:44 -0600 |
commit | 33fa6a27557171e8368d96ebf8e61aad283538b1 (patch) | |
tree | 62f9321550f1520aa07912140a1e6b2f35a1641d /include/EGL | |
parent | 2e2f3b408655fa8abd97030af3d8482cfd7c6fa0 (diff) |
egl: include stdint.h to get the c99 integer typedefs
Fixes breakage from commit 6dd9c221012d5e091b2ede90d9b2a6f0383abd58
Diffstat (limited to 'include/EGL')
-rw-r--r-- | include/EGL/eglplatform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index b6311f84ae..83e89cd704 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. |