[PATCH i-g-t 12/28] PRI stuff needs inttypes.h
Petri Latvala
petri.latvala at intel.com
Mon Mar 22 11:34:04 UTC 2021
---
runner/resultgen.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/runner/resultgen.c b/runner/resultgen.c
index 48b756cb..5bede2e6 100644
--- a/runner/resultgen.c
+++ b/runner/resultgen.c
@@ -1,6 +1,7 @@
#include <assert.h>
#include <ctype.h>
#include <fcntl.h>
+#include <inttypes.h>
#include <stdio.h>
#include <string.h>
#include <sys/mman.h>
--
2.29.2
More information about the Intel-gfx-trybot
mailing list