Message ID | 20170516132502.9772-2-arkadiusz.hiler@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests/drm_import_export.c b/tests/drm_import_export.c index cfe5f6d..f1234bd 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>
Using `libdrm/` impairs compatibility with android build system and pkg-config manages -I for us on regular distros. Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> --- tests/drm_import_export.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)