Mesa (master): mesa: include inttypes.h to get uint8_t type

Brian Paul brianp at kemper.freedesktop.org
Mon Jul 16 22:12:51 UTC 2012


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jul 16 16:12:00 2012 -0600

mesa: include inttypes.h to get uint8_t type

To fix MSVC build.

---

 src/mesa/main/texcompress_etc.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/texcompress_etc.h b/src/mesa/main/texcompress_etc.h
index bfba4ff..411e154 100644
--- a/src/mesa/main/texcompress_etc.h
+++ b/src/mesa/main/texcompress_etc.h
@@ -24,6 +24,7 @@
 #ifndef TEXCOMPRESS_ETC1_H
 #define TEXCOMPRESS_ETC1_H
 
+#include <inttypes.h>
 #include "glheader.h"
 #include "mfeatures.h"
 #include "texstore.h"




More information about the mesa-commit mailing list