From c237e3a24b21b1f60e0cc2624ecdacc72d6d24ca Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Fri, 14 Apr 2017 13:36:56 +0200 Subject: tests/drm_import_export: Include {i915_,}drm.h properly Using `libdrm/` impairs compatibility with android build system and pkg-config manages -I for us on regular distros. Signed-off-by: Arkadiusz Hiler Reviewed-by: Petri Latvala --- tests/drm_import_export.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/drm_import_export.c') 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 #include #include -#include -#include +#include +#include #include #include #include -- cgit v1.2.3