From 8bde13ad8c4a5652b5ff67782ecbf2dde21faebf Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Sun, 6 May 2018 23:08:46 +0100 Subject: lib: drop drmtest dependency on intel_batchbuffer It doesn't look like there should be a dependency there. v2: s/intel_batchbuffer/intel_reg/ v3: One more s/intel_batchbuffer/intel_reg/ in benchmarks Signed-off-by: Lionel Landwerlin Reviewed-by: Katarzyna Dec --- lib/igt_dummyload.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/igt_dummyload.h') diff --git a/lib/igt_dummyload.h b/lib/igt_dummyload.h index a8ec213f..c6ccc293 100644 --- a/lib/igt_dummyload.h +++ b/lib/igt_dummyload.h @@ -29,6 +29,7 @@ #include #include "igt_aux.h" +#include "i915_drm.h" typedef struct igt_spin { unsigned int handle; -- cgit v1.2.3