lib: fix header include
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 11 Feb 2014 22:36:24 +0000 (23:36 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 11 Feb 2014 22:37:20 +0000 (23:37 +0100)
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

index dd84a57..26edf4c 100644 (file)
@@ -27,7 +27,7 @@
 
 #include <stdbool.h>
 
-#include <drm/drm_fourcc.h>
+#include <drm_fourcc.h>
 #include <cairo.h>
 
 #include <igt_display.h>