Module: Mesa Branch: master Commit: 83353e3070003ba8ca0e681f3c21ab3e94d9c273 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83353e3070003ba8ca0e681f3c21ab3e94d9c273
Author: Vinson Lee <[email protected]> Date: Tue Apr 20 17:22:26 2010 -0700 i965g: s/inttypes.h/stdint.h/ MSVC doesn't have either but Mesa has stdint.h at include/c99. --- src/gallium/drivers/i965/intel_decode.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/i965/intel_decode.c b/src/gallium/drivers/i965/intel_decode.c index 3166958..6c47415 100644 --- 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
