summaryrefslogtreecommitdiff
path: root/tests/drm_import_export.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/drm_import_export.c')
-rw-r--r--tests/drm_import_export.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/drm_import_export.c b/tests/drm_import_export.c
index cfe5f6d8..f1234bdc 100644
--- a/tests/drm_import_export.c
+++ b/tests/drm_import_export.c
@@ -32,8 +32,8 @@
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
-#include <libdrm/drm.h>
-#include <libdrm/i915_drm.h>
+#include <drm.h>
+#include <i915_drm.h>
#include <xf86drm.h>
#include <intel_bufmgr.h>
#include <errno.h>