diff options
author | Imre Deak <imre.deak@intel.com> | 2013-06-07 21:29:02 +0300 |
---|---|---|
committer | Imre Deak <imre.deak@intel.com> | 2013-06-07 21:29:31 +0300 |
commit | 67a4ea0ee1ebd3959fe9de9a2849671b97983d9d (patch) | |
tree | d61f0d2d32dabe906a9e1dab392afaa45116ad59 | |
parent | 9d8fc1957c8cccb6875264334cd67bb24c6e7c54 (diff) |
lib: fix drm_fourcc.h include path
Signed-off-by: Imre Deak <imre.deak@intel.com>
-rw-r--r-- | lib/drmtest.c | 2 |
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" |