From 98bfee6a1b901a6f886d74dcc9fd3cbb68838375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Mon, 23 Dec 2019 09:26:17 +0100 Subject: [PATCH] xwayland: Include xwayland-window.h from xwayland-glamor-eglstream.c Fixes build failure. Closes: https://gitlab.freedesktop.org/xorg/xserver/issues/954 Fixes: 89e32d00f6e0 "xwayland: Move Xwayland windows to its own sources" Reviewed-by: Peter Hutterer Reviewed-by: Olivier Fourdan --- hw/xwayland/xwayland-glamor-eglstream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwayland/xwayland-glamor-eglstream.c b/hw/xwayland/xwayland-glamor-eglstream.c index 81947a6ba..aa5267a4d 100644 --- a/hw/xwayland/xwayland-glamor-eglstream.c +++ b/hw/xwayland/xwayland-glamor-eglstream.c @@ -43,6 +43,7 @@ #include "xwayland-glamor.h" #include "xwayland-pixmap.h" #include "xwayland-screen.h" +#include "xwayland-window.h" #include "wayland-eglstream-client-protocol.h" #include "wayland-eglstream-controller-client-protocol.h"