projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32f344f
)
i965g: s/inttypes.h/stdint.h/
author
Vinson Lee
<vlee@vmware.com>
Wed, 21 Apr 2010 00:22:26 +0000
(17:22 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/i965/intel_decode.c
b/src/gallium/drivers/i965/intel_decode.c
index 3166958bad39b7a33c1f02fcb7c1a5487165c1bc..6c47415cac5724de66988b56b0a7d3fe4d9827e2 100644
(file)
--- a/
src/gallium/drivers/i965/intel_decode.c
+++ b/
src/gallium/drivers/i965/intel_decode.c
@@
-37,8
+37,8
@@
#include <stdio.h>
#include <stdarg.h>
+#include <stdint.h>
#include <string.h>
-#include <inttypes.h>
#include "intel_decode.h"