projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2b2d3
)
mesa include stdint.h in formats.h
author
Brian Paul
<brianp@vmware.com>
Tue, 5 Aug 2014 19:07:42 +0000
(13:07 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 5 Aug 2014 19:07:46 +0000
(13:07 -0600)
To get uint8_t type, to fix MSVC build.
Trivial.
src/mesa/main/formats.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/formats.h
b/src/mesa/main/formats.h
index 8b7dee4bebc1c8d90b45006f845b0bbbc831a0cb..457c8abf82238026ee696c36dee83f9074f1bec5 100644
(file)
--- a/
src/mesa/main/formats.h
+++ b/
src/mesa/main/formats.h
@@
-35,6
+35,7
@@
#include <GL/gl.h>
#include <stdbool.h>
+#include <stdint.h>
#ifdef __cplusplus