summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorImre Deak <imre.deak@intel.com>2013-06-07 21:29:02 +0300
committerImre Deak <imre.deak@intel.com>2013-06-07 21:29:31 +0300
commit67a4ea0ee1ebd3959fe9de9a2849671b97983d9d (patch)
treed61f0d2d32dabe906a9e1dab392afaa45116ad59 /lib
parent9d8fc1957c8cccb6875264334cd67bb24c6e7c54 (diff)
lib: fix drm_fourcc.h include path
Signed-off-by: Imre Deak <imre.deak@intel.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/drmtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/drmtest.c b/lib/drmtest.c
index d9d58e51..aaf7ff26 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -39,7 +39,7 @@
#include <getopt.h>
#include <stdlib.h>
#include <linux/kd.h>
-#include <drm/drm_fourcc.h>
+#include "drm_fourcc.h"
#include "drmtest.h"
#include "i915_drm.h"