diff options
Diffstat (limited to 'tests/gem_ring_sync_copy.c')
-rw-r--r-- | tests/gem_ring_sync_copy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gem_ring_sync_copy.c b/tests/gem_ring_sync_copy.c index b8b1454c..768d02d0 100644 --- a/tests/gem_ring_sync_copy.c +++ b/tests/gem_ring_sync_copy.c @@ -50,9 +50,10 @@ #include <stdlib.h> #include <stdbool.h> -#include "i915_drm.h" +#include "ioctl_wrappers.h" #include "drmtest.h" #include "intel_batchbuffer.h" +#include "intel_chipset.h" #define WIDTH 512 #define HEIGHT 512 |