mesa: include inttypes.h to get uint8_t type
authorBrian Paul <brianp@vmware.com>
Mon, 16 Jul 2012 22:12:00 +0000 (16:12 -0600)
committerBrian 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

index bfba4ff85e99cf632f2700bbd84320d40cdffc48..411e1540d3049ef6ef2a7b2c7bbda1e7c85a8e58 100644 (file)
@@ -24,6 +24,7 @@
 #ifndef TEXCOMPRESS_ETC1_H
 #define TEXCOMPRESS_ETC1_H
 
+#include <inttypes.h>
 #include "glheader.h"
 #include "mfeatures.h"
 #include "texstore.h"