summaryrefslogtreecommitdiff
path: root/tests/i915/gem_exec_store.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i915/gem_exec_store.c')
-rw-r--r--tests/i915/gem_exec_store.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/i915/gem_exec_store.c b/tests/i915/gem_exec_store.c
index 677db6f6..b37d63af 100644
--- a/tests/i915/gem_exec_store.c
+++ b/tests/i915/gem_exec_store.c
@@ -27,10 +27,12 @@
* Simplest non-NOOP only batch with verification.
*/
+#include <strings.h>
+
+#include "i915/gem.h"
#include "igt.h"
#include "igt_device.h"
#include "igt_gt.h"
-#include <strings.h>
#define LOCAL_I915_EXEC_BSD_SHIFT (13)
#define LOCAL_I915_EXEC_BSD_MASK (3 << LOCAL_I915_EXEC_BSD_SHIFT)