summaryrefslogtreecommitdiff
path: root/tests/prime_mmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/prime_mmap.c')
-rw-r--r--tests/prime_mmap.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/prime_mmap.c b/tests/prime_mmap.c
index 7c43ced8..cdf2d514 100644
--- a/tests/prime_mmap.c
+++ b/tests/prime_mmap.c
@@ -41,11 +41,12 @@
#include <pthread.h>
#include "drm.h"
-#include "i915_drm.h"
#include "drmtest.h"
+#include "i915_drm.h"
+#include "i915/gem.h"
+#include "i915/gem_mman.h"
#include "igt_debugfs.h"
#include "ioctl_wrappers.h"
-#include "i915/gem_mman.h"
#define BO_SIZE (16*1024)