From 17ec947025886752aba1772c524213bee6e115ae Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Wed, 21 Feb 2024 15:47:19 +0100 Subject: [PATCH] cleanup: Add missing Xlib include That was indirectly inherited from a mutter header which removed that include --- src/shell-global-private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shell-global-private.h b/src/shell-global-private.h index 6132500605..c965bf1286 100644 --- a/src/shell-global-private.h +++ b/src/shell-global-private.h @@ -5,6 +5,7 @@ #include "shell-global.h" #include +#include #include "shell-app-cache-private.h" -- GitLab