From 33fa6a27557171e8368d96ebf8e61aad283538b1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 25 Mar 2009 13:02:44 -0600 Subject: egl: include stdint.h to get the c99 integer typedefs Fixes breakage from commit 6dd9c221012d5e091b2ede90d9b2a6f0383abd58 --- include/EGL/eglplatform.h | 1 + 1 file changed, 1 insertion(+) 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 +#include #endif /* Macros used in EGL function prototype declarations. -- cgit v1.2.3