summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_etc.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2012-07-16 16:12:00 -0600
committerBrian Paul <brianp@vmware.com>2012-07-16 16:12:02 -0600
commitaa0becdbb6368af20c8348fb2353ee31f4b14a8c (patch)
tree818b255ae592abf76171615df3440c6730dcf7f7 /src/mesa/main/texcompress_etc.h
parentfe2a7b7e7fca599659b1d248e160d480f2b92ba2 (diff)
downloadexternal_mesa3d-aa0becdbb6368af20c8348fb2353ee31f4b14a8c.zip
external_mesa3d-aa0becdbb6368af20c8348fb2353ee31f4b14a8c.tar.gz
external_mesa3d-aa0becdbb6368af20c8348fb2353ee31f4b14a8c.tar.bz2
mesa: include inttypes.h to get uint8_t type
To fix MSVC build.
Diffstat (limited to 'src/mesa/main/texcompress_etc.h')
-rw-r--r--src/mesa/main/texcompress_etc.h1
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"