diff options
Diffstat (limited to 'tests/gem_gtt_hog.c')
-rw-r--r-- | tests/gem_gtt_hog.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gem_gtt_hog.c b/tests/gem_gtt_hog.c index c7206dca..7fd22bd0 100644 --- a/tests/gem_gtt_hog.c +++ b/tests/gem_gtt_hog.c @@ -39,8 +39,9 @@ #include <sys/wait.h> #include "drm.h" -#include "i915_drm.h" +#include "ioctl_wrappers.h" #include "drmtest.h" +#include "intel_chipset.h" static const uint32_t canary = 0xdeadbeef; |