i965g: s/inttypes.h/stdint.h/

MSVC doesn't have either but Mesa has stdint.h at include/c99.
This commit is contained in:
Vinson Lee 2010-04-20 17:22:26 -07:00
parent 32f344f443
commit 83353e3070

View file

@ -37,8 +37,8 @@
#include <stdio.h>
#include <stdarg.h>
#include <stdint.h>
#include <string.h>
#include <inttypes.h>
#include "intel_decode.h"