mesa: (trivial) include <inttypes.h> for PRIx64 macros
Fixes a compile error with mingw.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h> /* for PRIx64 macro */
|
||||
|
||||
#include "main/core.h"
|
||||
#include "main/context.h"
|
||||
|
Reference in New Issue
Block a user