glsl2: Use stdint.h instead of inttypes.h
diff --git a/src/glsl/ir_function_inlining.cpp b/src/glsl/ir_function_inlining.cpp
index 874602c..56d29e3 100644
--- a/src/glsl/ir_function_inlining.cpp
+++ b/src/glsl/ir_function_inlining.cpp
@@ -27,7 +27,7 @@
  * Replaces calls to functions with the body of the function.
  */
 
-#include <inttypes.h>
+#include <stdint.h>
 #include "ir.h"
 #include "ir_visitor.h"
 #include "ir_function_inlining.h"