i965g: s/inttypes.h/stdint.h/
authorVinson Lee <vlee@vmware.com>
Wed, 21 Apr 2010 00:22:26 +0000 (17:22 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 21 Apr 2010 00:22:26 +0000 (17:22 -0700)
MSVC doesn't have either but Mesa has stdint.h at include/c99.

src/gallium/drivers/i965/intel_decode.c

index 3166958bad39b7a33c1f02fcb7c1a5487165c1bc..6c47415cac5724de66988b56b0a7d3fe4d9827e2 100644 (file)
@@ -37,8 +37,8 @@
 
 #include <stdio.h>
 #include <stdarg.h>
+#include <stdint.h>
 #include <string.h>
-#include <inttypes.h>
 
 #include "intel_decode.h"