mesa: include inttypes.h to get uint8_t type

To fix MSVC build.
This commit is contained in:
Brian Paul
2012-07-16 16:12:00 -06:00
parent fe2a7b7e7f
commit aa0becdbb6
+1
View 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"