diff options
Diffstat (limited to 'tests/gem_mmap_offset_exhaustion.c')
-rw-r--r-- | tests/gem_mmap_offset_exhaustion.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/gem_mmap_offset_exhaustion.c b/tests/gem_mmap_offset_exhaustion.c index b0310501..eae77d87 100644 --- a/tests/gem_mmap_offset_exhaustion.c +++ b/tests/gem_mmap_offset_exhaustion.c @@ -25,6 +25,7 @@ * */ +#include "igt.h" #include <unistd.h> #include <stdlib.h> #include <stdio.h> @@ -35,8 +36,6 @@ #include <sys/stat.h> #include <sys/ioctl.h> #include "drm.h" -#include "ioctl_wrappers.h" -#include "drmtest.h" IGT_TEST_DESCRIPTION("Checks whether the kernel handles mmap offset exhaustion" " correctly."); |