lib: fix drm_fourcc.h include path

Signed-off-by: Imre Deak <imre.deak@intel.com>
This commit is contained in:
Imre Deak 2013-06-07 21:29:02 +03:00
parent 9d8fc1957c
commit 67a4ea0ee1

View File

@ -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"