aboutsummaryrefslogtreecommitdiffstats
path: root/drminfo.c
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-04-25 10:49:42 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-04-26 07:31:13 +0200
commitfc53497204c324d3b72995bd7a06d765fcf3f92c (patch)
treef1b4dbd0a6d31b49023de3ab777005a0fbfad469 /drminfo.c
parent25f5e0e551a2add3129b2f3edf31040f7e1b1872 (diff)
downloaddrminfo-fc53497204c324d3b72995bd7a06d765fcf3f92c.tar.gz
include drm_fourcc.h from libdrm, not the kernel
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'drminfo.c')
-rw-r--r--drminfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drminfo.c b/drminfo.c
index 43a4fac..195298f 100644
--- a/drminfo.c
+++ b/drminfo.c
@@ -9,7 +9,7 @@
#include <getopt.h>
#include <sys/ioctl.h>
-#include <drm/drm_fourcc.h>
+#include <libdrm/drm_fourcc.h>
#include <xf86drm.h>
#include <xf86drmMode.h>