From 5fc6ff19fa9c2abc20fdbed9421d5a03f52b61d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 14 Dec 2023 22:05:06 +0100 Subject: [PATCH] wayland/xwayland: Include x11-display-private MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The include is currently satisfied by window-x11-private → iconcache → x11-display-private The icon cache is about to be removed, so add the missing include directly. Part-of: --- src/wayland/meta-window-xwayland.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland/meta-window-xwayland.c b/src/wayland/meta-window-xwayland.c index a0f2b7607..00b6cdfc6 100644 --- a/src/wayland/meta-window-xwayland.c +++ b/src/wayland/meta-window-xwayland.c @@ -22,6 +22,7 @@ #include "core/frame.h" #include "meta/meta-x11-errors.h" +#include "x11/meta-x11-display-private.h" #include "x11/window-x11.h" #include "x11/window-x11-private.h" #include "x11/xprops.h"