diff mbox

[1/7] lib: fix header include

Message ID 1392160051-10998-1-git-send-email-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter Feb. 11, 2014, 11:07 p.m. UTC
drm/ path is for the headers from kernel sources, without when using
the pkgconfig libdrm version.

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

Patch

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>