projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe2a7b7
)
mesa: include inttypes.h to get uint8_t type
author
Brian Paul
<brianp@vmware.com>
Mon, 16 Jul 2012 22:12:00 +0000
(16:12 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 16 Jul 2012 22:12:02 +0000
(16:12 -0600)
To fix MSVC build.
src/mesa/main/texcompress_etc.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/texcompress_etc.h
b/src/mesa/main/texcompress_etc.h
index bfba4ff85e99cf632f2700bbd84320d40cdffc48..411e1540d3049ef6ef2a7b2c7bbda1e7c85a8e58 100644
(file)
--- 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"