testdisplay: move drm_fourcc.h include under the #ifdef protection

Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter 2011-12-18 00:21:39 +01:00
parent 1f41a30070
commit 2de19c477a

View File

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