From 1206879a20b8ee70fe69f5b57c7708cadc20dd7a Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Fri, 28 Jun 2019 13:21:52 -0300 Subject: [PATCH] kms-plane: Include Instead of including . 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 --- src/backends/native/meta-kms-plane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/native/meta-kms-plane.c b/src/backends/native/meta-kms-plane.c index 170497b89..291206393 100644 --- a/src/backends/native/meta-kms-plane.c +++ b/src/backends/native/meta-kms-plane.c @@ -22,7 +22,7 @@ #include "backends/native/meta-kms-plane.h" -#include +#include #include #include "backends/meta-monitor-transform.h"