summaryrefslogtreecommitdiff
path: root/tests/kms_cursor_crc.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 20:18:51 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 20:18:51 +0100
commit924115bfcd5beae84f2e2d6b266c619659185475 (patch)
tree7fe44f293b033dd9917b200514d21213da6332ab /tests/kms_cursor_crc.c
parent6cfcd715898198cbd8edd955ed24cf57f6e8d9ee (diff)
lib: more unecessary header removal
This time big with media_fill.h Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/kms_cursor_crc.c')
-rw-r--r--tests/kms_cursor_crc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
index f95448f4..f87fe0ba 100644
--- a/tests/kms_cursor_crc.c
+++ b/tests/kms_cursor_crc.c
@@ -27,6 +27,7 @@
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
+#include <drm_fourcc.h>
#include "drmtest.h"
#include "igt_debugfs.h"