diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-02-11 23:36:24 +0100 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-02-11 23:37:20 +0100 |
| commit | 349ba5d3e1cbc0d130305547627c5de5a35ae1a2 (patch) | |
| tree | e15be94969a281b642eafc8b7e52eae91e652e99 | |
| parent | b4e85b7b53f2ebf3a8d5edab5ca98d6f8715a680 (diff) | |
lib: fix header include
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>
| -rw-r--r-- | lib/igt_kms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/igt_kms.h b/lib/igt_kms.h index dd84a573..26edf4cb 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> |
