deskutils/alarm-clock-applet: fix build on recent current

This commit is contained in:
Tobias C. Berner 2020-08-27 17:51:44 +00:00
parent 921a7a7122
commit f00e6de1e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546381

View file

@ -0,0 +1,11 @@
--- src/alarm-applet.h.orig 2020-08-27 17:50:22 UTC
+++ src/alarm-applet.h
@@ -46,7 +46,7 @@ G_BEGIN_DECLS
typedef struct _AlarmApplet AlarmApplet;
-GHashTable *app_command_map;
+extern GHashTable *app_command_map;
void alarm_applet_label_update (AlarmApplet *applet);
void alarm_applet_clear_alarms (AlarmApplet *applet);