[Intel-gfx] [PATCH 1/7] lib: fix header include

Daniel Vetter daniel.vetter at ffwll.ch
Wed Feb 12 00:07:25 CET 2014


drm/ path is for the headers from kernel sources, without when using
the pkgconfig libdrm version.

Cc: Damien Lespiau <damien.lespiau at intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter at ffwll.ch>
---
 lib/igt_kms.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/igt_kms.h b/lib/igt_kms.h
index dd84a57328df..26edf4cba170 100644
--- a/lib/igt_kms.h
+++ b/lib/igt_kms.h
@@ -27,7 +27,7 @@
 
 #include <stdbool.h>
 
-#include <drm/drm_fourcc.h>
+#include <drm_fourcc.h>
 #include <cairo.h>
 
 #include <igt_display.h>
-- 
1.8.5.2




More information about the Intel-gfx mailing list