kms-plane: Include <drm_fourcc.h>

Instead of including <drm/drm_fourcc.h>. This is the
only file that includes the drm_fourcc.h header like
this, and it happened to break the build locally.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/663
This commit is contained in:
Georges Basile Stavracas Neto 2019-06-28 13:21:52 -03:00
parent dc5925b7d1
commit 1206879a20

View File

@ -22,7 +22,7 @@
#include "backends/native/meta-kms-plane.h"
#include <drm/drm_fourcc.h>
#include <drm_fourcc.h>
#include <stdio.h>
#include "backends/meta-monitor-transform.h"