[Intel-gfx] [PATCH i-g-t] include inttypes.h for PRI defines

Mike Frysinger vapier at gentoo.org
Wed Jan 10 03:50:53 UTC 2018


Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=96620
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 lib/igt_fb.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/igt_fb.c b/lib/igt_fb.c
index dcae07dff021..ded639e833f1 100644
--- a/lib/igt_fb.c
+++ b/lib/igt_fb.c
@@ -27,6 +27,7 @@
 
 #include <stdio.h>
 #include <math.h>
+#include <inttypes.h>
 
 #include "drmtest.h"
 #include "igt_fb.h"
-- 
2.15.1



More information about the Intel-gfx mailing list