Module: Mesa Branch: master Commit: 33fa6a27557171e8368d96ebf8e61aad283538b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=33fa6a27557171e8368d96ebf8e61aad283538b1
Author: Brian Paul <[email protected]> Date: Wed Mar 25 13:02:44 2009 -0600 egl: include stdint.h to get the c99 integer typedefs Fixes breakage from commit 6dd9c221012d5e091b2ede90d9b2a6f0383abd58 --- 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 b6311f8..83e89cd 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. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
