egl: include stdint.h to get the c99 integer typedefs

Fixes breakage from commit 6dd9c22101
This commit is contained in:
Brian Paul 2009-03-25 13:02:44 -06:00
parent 2e2f3b4086
commit 33fa6a2755
1 changed files with 1 additions and 0 deletions

View File

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