Mesa (master): mesa include stdint.h in formats.h

Brian Paul brianp at kemper.freedesktop.org
Tue Aug 5 19:07:41 UTC 2014


Module: Mesa
Branch: master
Commit: 1125d021de98912f89ee6c81ea6a766348395942
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1125d021de98912f89ee6c81ea6a766348395942

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug  5 13:07:42 2014 -0600

mesa include stdint.h in formats.h

To get uint8_t type, to fix MSVC build.
Trivial.

---

 src/mesa/main/formats.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/main/formats.h b/src/mesa/main/formats.h
index 8b7dee4..457c8ab 100644
--- 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




More information about the mesa-commit mailing list