From 1d2c9d5e573409edd846c445619c0d41474a0ff0 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 6 Feb 2014 19:09:53 +0000 Subject: [PATCH] lib: Include drm_fourcc.h from igt_kms.h This include is needed for the DRM_FORMAT* defines used in the fb creation helpers. Signed-off-by: Damien Lespiau --- lib/igt_kms.h | 1 + tests/kms_cursor_crc.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/igt_kms.h b/lib/igt_kms.h index 8110dad..96dd9e4 100644 --- a/lib/igt_kms.h +++ b/lib/igt_kms.h @@ -27,6 +27,7 @@ #include +#include #include #include diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c index 6cdb785..e8c923f 100644 --- a/tests/kms_cursor_crc.c +++ b/tests/kms_cursor_crc.c @@ -28,8 +28,6 @@ #include #include -#include "drm_fourcc.h" - #include "drmtest.h" #include "igt_debugfs.h" #include "igt_kms.h" -- 2.7.4