From 35b50d425209773c9dd21f125b1bd3f8c3daa46b Mon Sep 17 00:00:00 2001 From: Andre Miranda 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 #include -#include +#include #ifdef HAVE_UPOWER_GLIB #include -- GitLab