summaryrefslogtreecommitdiff
blob: 72bb9e848480b320abf1c7e6fbb4c44a1aaa6dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 35b50d425209773c9dd21f125b1bd3f8c3daa46b Mon Sep 17 00:00:00 2001
From: Andre Miranda <andreldm@xfce.org>
Date: Fri, 4 Oct 2019 00:45:46 -0300
Subject: [PATCH] Allow compilation with panel 4.15

---
 panel-plugin/systemload.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c
index af75be4..c6174b8 100644
--- a/panel-plugin/systemload.c
+++ b/panel-plugin/systemload.c
@@ -38,7 +38,7 @@
 
 #include <libxfce4util/libxfce4util.h>
 #include <libxfce4ui/libxfce4ui.h>
-#include <libxfce4panel/xfce-panel-plugin.h>
+#include <libxfce4panel/libxfce4panel.h>
 
 #ifdef HAVE_UPOWER_GLIB
 #include <upower.h>
-- 
GitLab