mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
t/sdl_test: Make sure to include inttypes.h for PRIu64 define
This commit is contained in:
parent
9705b1e763
commit
966878b1db
|
@ -12,6 +12,8 @@
|
|||
#include "util/u_handles.h"
|
||||
#include "ogl/ogl_helpers.h"
|
||||
|
||||
#include <inttypes.h>
|
||||
|
||||
|
||||
static int64_t
|
||||
vk_format_to_gl(int64_t format)
|
||||
|
|
Loading…
Reference in a new issue