[Goodies-dev] [PATCH 1/4] datetime.h: Add missing include

Olivier Brunel jjk at jjacky.com
Sun May 13 21:43:04 CEST 2018


Signed-off-by: Olivier Brunel <jjk at jjacky.com>
---
 panel-plugin/datetime.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/panel-plugin/datetime.h b/panel-plugin/datetime.h
index 5f09f83..f1f55e3 100644
--- a/panel-plugin/datetime.h
+++ b/panel-plugin/datetime.h
@@ -22,6 +22,9 @@
 #ifndef DATETIME_H
 #define DATETIME_H
 
+
+#include <libxfce4panel/xfce-panel-plugin.h>
+
 /* enums */
 enum {
   DATE = 0,
-- 
2.15.1



More information about the Goodies-dev mailing list