summarylogtreecommitdiffstats
path: root/statusnotifier.patch
diff options
context:
space:
mode:
Diffstat (limited to 'statusnotifier.patch')
-rw-r--r--statusnotifier.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/statusnotifier.patch b/statusnotifier.patch
new file mode 100644
index 000000000000..fde90291d4b0
--- /dev/null
+++ b/statusnotifier.patch
@@ -0,0 +1,20 @@
+--- src/kalu/main.c.org 2017-03-13 10:56:49.551499904 +0100
++++ src/kalu/main.c 2017-03-13 10:57:13.304831779 +0100
+@@ -46,6 +46,7 @@
+ /* statusnotifier */
+ #ifdef ENABLE_STATUS_NOTIFIER
+ #include <statusnotifier.h>
++#include <statusnotifier-compat.h>
+ #endif
+
+ /* kalu */
+--- src/kalu/gui.h.org 2017-03-13 10:56:51.774833101 +0100
++++ src/kalu/gui.h 2017-03-13 10:57:24.928164397 +0100
+@@ -38,6 +38,7 @@
+ /* statusnotifier */
+ #ifdef ENABLE_STATUS_NOTIFIER
+ #include <statusnotifier.h>
++#include <statusnotifier-compat.h>
+ #endif
+
+ #define FREE_NOTIFS_LIST(p) \