summaryrefslogtreecommitdiff
path: root/tests/gem_exec_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_exec_parse.c')
-rw-r--r--tests/gem_exec_parse.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/gem_exec_parse.c b/tests/gem_exec_parse.c
index 455bfbf4..34d097d7 100644
--- a/tests/gem_exec_parse.c
+++ b/tests/gem_exec_parse.c
@@ -25,9 +25,12 @@
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
-#include "drm.h"
-#include "i915_drm.h"
+#include <errno.h>
+
+#include <drm.h>
+
#include "drmtest.h"
+#include "ioctl_wrappers.h"
#ifndef I915_PARAM_CMD_PARSER_VERSION
#define I915_PARAM_CMD_PARSER_VERSION 28