From: Brian Paul Date: Wed, 25 Mar 2009 19:02:44 +0000 (-0600) Subject: egl: include stdint.h to get the c99 integer typedefs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=33fa6a27557171e8368d96ebf8e61aad283538b1;p=mesa.git egl: include stdint.h to get the c99 integer typedefs Fixes breakage from commit 6dd9c221012d5e091b2ede90d9b2a6f0383abd58 --- 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 +#include #endif /* Macros used in EGL function prototype declarations.