egl: include stdint.h to get the c99 integer typedefs
authorBrian Paul <brianp@vmware.com>
Wed, 25 Mar 2009 19:02:44 +0000 (13:02 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 25 Mar 2009 19:02:44 +0000 (13:02 -0600)
Fixes breakage from commit 6dd9c221012d5e091b2ede90d9b2a6f0383abd58

include/EGL/eglplatform.h

index b6311f84aef4650fe05c19b442410e1bd623951e..83e89cd7043533ecf68eeb5a93331f5949ad7c7c 100644 (file)
@@ -15,6 +15,7 @@
 
 #if !defined(_WIN32_WCE)
 #include <sys/types.h>
+#include <stdint.h>
 #endif
 
 /* Macros used in EGL function prototype declarations.