From 9f15be59faa7c4498882c513580a1ca12b0da943 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 24 Jun 2020 12:48:49 +0000 Subject: panel-util: switch to generic header for --disable-x11 panel-util.c:31:10: fatal error: 'gdk/gdkx.h' file not found #include ^~~~~~~~~~~~ --- mate-panel/panel-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mate-panel/panel-util.c b/mate-panel/panel-util.c index 7c2a22fa..1f2d4e1c 100644 --- a/mate-panel/panel-util.c +++ b/mate-panel/panel-util.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include #define MATE_DESKTOP_USE_UNSTABLE_API #include -- cgit v1.2.1