From 0ab76a22d111b903cd3ee0ba8d20dfeb34608361 Mon Sep 17 00:00:00 2001 From: Derek Morton Date: Wed, 14 Oct 2015 17:32:58 +0100 Subject: benchmarks/gem_blt: Include igt.h in gem_blt.c To fix a build error on android Signed-off-by: Derek Morton Signed-off-by: Thomas Wood --- benchmarks/gem_blt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'benchmarks/gem_blt.c') diff --git a/benchmarks/gem_blt.c b/benchmarks/gem_blt.c index 181a5f12..8ab53020 100644 --- a/benchmarks/gem_blt.c +++ b/benchmarks/gem_blt.c @@ -25,6 +25,7 @@ * */ +#include "igt.h" #include #include #include @@ -39,9 +40,6 @@ #include #include "drm.h" -#include "ioctl_wrappers.h" -#include "drmtest.h" -#include "intel_chipset.h" #define LOCAL_I915_EXEC_NO_RELOC (1<<11) #define LOCAL_I915_EXEC_HANDLE_LUT (1<<12) -- cgit v1.2.3