projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e2f3b4
)
egl: include stdint.h to get the c99 integer typedefs
author
Brian Paul
<brianp@vmware.com>
Wed, 25 Mar 2009 19:02:44 +0000
(13:02 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 25 Mar 2009 19:02:44 +0000
(13:02 -0600)
Fixes breakage from commit
6dd9c221012d5e091b2ede90d9b2a6f0383abd58
include/EGL/eglplatform.h
patch
|
blob
|
history
diff --git
a/include/EGL/eglplatform.h
b/include/EGL/eglplatform.h
index b6311f84aef4650fe05c19b442410e1bd623951e..83e89cd7043533ecf68eeb5a93331f5949ad7c7c 100644
(file)
--- 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.