mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
i965g: s/inttypes.h/stdint.h/
MSVC doesn't have either but Mesa has stdint.h at include/c99.
This commit is contained in:
parent
32f344f443
commit
83353e3070
1 changed files with 1 additions and 1 deletions
|
|
@ -37,8 +37,8 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "intel_decode.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue