lib: Include drm_fourcc.h from igt_kms.h

This include is needed for the DRM_FORMAT* defines used in the fb
creation helpers.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2014-02-06 19:09:53 +00:00
parent 063194074e
commit 1d2c9d5e57
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -28,8 +28,6 @@
#include <stdio.h>
#include <string.h>
#include "drm_fourcc.h"
#include "drmtest.h"
#include "igt_debugfs.h"
#include "igt_kms.h"