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>
This commit is contained in:
Daniel Vetter 2014-02-11 23:36:24 +01:00
parent b4e85b7b53
commit 349ba5d3e1

View File

@ -27,7 +27,7 @@
#include <stdbool.h>
#include <drm/drm_fourcc.h>
#include <drm_fourcc.h>
#include <cairo.h>
#include <igt_display.h>