mesa include stdint.h in formats.h

To get uint8_t type, to fix MSVC build.
Trivial.
This commit is contained in:
Brian Paul
2014-08-05 13:07:42 -06:00
parent fc2b2d337e
commit 1125d021de
+1
View File
@@ -35,6 +35,7 @@
#include <GL/gl.h>
#include <stdbool.h>
#include <stdint.h>
#ifdef __cplusplus