commit | a77a6bc008b3146c56431fa520a00e1f8dfa3938 | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Fri Aug 13 16:22:21 2010 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Fri Aug 13 16:22:21 2010 -0700 |
tree | 4d4d516120a5abf980fb05ec63994ecbc0d8490f | |
parent | 23f6017d70a705479b9bc3a1bf2ef401ac519fb9 [diff] [blame] |
glsl2: Use stdint.h instead of inttypes.h
diff --git a/src/glsl/glcpp/glcpp-parse.y b/src/glsl/glcpp/glcpp-parse.y index b05a925..0d70afd 100644 --- a/src/glsl/glcpp/glcpp-parse.y +++ b/src/glsl/glcpp/glcpp-parse.y
@@ -26,7 +26,7 @@ #include <stdlib.h> #include <string.h> #include <assert.h> -#include <inttypes.h> +#include <stdint.h> #include "glcpp.h" #include "main/mtypes.h"