diff options
Diffstat (limited to 'tests/gem_cpu_reloc.c')
-rw-r--r-- | tests/gem_cpu_reloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gem_cpu_reloc.c b/tests/gem_cpu_reloc.c index 6e1f8886..77d9109e 100644 --- a/tests/gem_cpu_reloc.c +++ b/tests/gem_cpu_reloc.c @@ -54,11 +54,12 @@ #include <sys/stat.h> #include <sys/time.h> #include "drm.h" -#include "i915_drm.h" +#include "ioctl_wrappers.h" #include "drmtest.h" #include "intel_bufmgr.h" #include "intel_batchbuffer.h" #include "intel_gpu_tools.h" +#include "intel_chipset.h" static uint32_t use_blt; |