diff options
Diffstat (limited to 'tests/gem_hang.c')
-rw-r--r-- | tests/gem_hang.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gem_hang.c b/tests/gem_hang.c index a675eaed..5b1f5dc8 100644 --- a/tests/gem_hang.c +++ b/tests/gem_hang.c @@ -35,9 +35,10 @@ #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_chipset.h" #include "intel_batchbuffer.h" #include "intel_gpu_tools.h" |