cleanup: Add missing Xlib include

That was indirectly inherited from a mutter header which removed that
include
This commit is contained in:
Bilal Elmoussaoui 2024-02-21 15:47:19 +01:00
parent 9af81e44bc
commit 17ec947025

View file

@ -5,6 +5,7 @@
#include "shell-global.h" #include "shell-global.h"
#include <gjs/gjs.h> #include <gjs/gjs.h>
#include <X11/Xlib.h>
#include "shell-app-cache-private.h" #include "shell-app-cache-private.h"