From 2de19c477af4f10370f1272e6578cec0d1b486bc Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sun, 18 Dec 2011 00:21:39 +0100 Subject: [PATCH] testdisplay: move drm_fourcc.h include under the #ifdef protection Signed-Off-by: Daniel Vetter --- tests/testdisplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testdisplay.c b/tests/testdisplay.c index 308160f3..cc6153d6 100644 --- a/tests/testdisplay.c +++ b/tests/testdisplay.c @@ -65,11 +65,11 @@ #include "xf86drm.h" #include "xf86drmMode.h" -#include "drm_fourcc.h" #include "i915_drm.h" #if defined(DRM_IOCTL_MODE_ADDFB2) && defined(DRM_I915_SET_SPRITE_COLORKEY) #define TEST_PLANES 1 +#include "drm_fourcc.h" #endif struct udev_monitor *uevent_monitor;