mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
mesa: (trivial) include <inttypes.h> for PRIx64 macros
Fixes a compile error with mingw.
This commit is contained in:
parent
c1aa444a3e
commit
f64d74aa19
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@
|
|||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h> /* for PRIx64 macro */
|
||||
|
||||
#include "main/core.h"
|
||||
#include "main/context.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue