From fc595fb23e4a97765b9b306b92c831cbeb89b24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 20 Oct 2019 18:31:14 +0200 Subject: [PATCH] Fix building against xfce4-panel 4.15.0 Update the include for plugin registration macro. --- panel-plugin/register-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel-plugin/register-plugin.c b/panel-plugin/register-plugin.c index dee1048..54da492 100644 --- a/panel-plugin/register-plugin.c +++ b/panel-plugin/register-plugin.c @@ -15,7 +15,7 @@ * along with this library. If not, see . */ -#include +#include extern void whiskermenu_construct(XfcePanelPlugin* plugin); -- 2.23.0