summaryrefslogtreecommitdiff
path: root/tests/gem_madvise.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_madvise.c')
-rw-r--r--tests/gem_madvise.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gem_madvise.c b/tests/gem_madvise.c
index 58ab629f..1b03b275 100644
--- a/tests/gem_madvise.c
+++ b/tests/gem_madvise.c
@@ -25,6 +25,7 @@
*
*/
+#include "igt.h"
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
@@ -36,8 +37,6 @@
#include <signal.h>
#include "drm.h"
-#include "ioctl_wrappers.h"
-#include "drmtest.h"
IGT_TEST_DESCRIPTION("Checks that the kernel reports EFAULT when trying to use"
" purged bo.");