diff options
Diffstat (limited to 'src/ui/messenger.h')
-rw-r--r-- | src/ui/messenger.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/messenger.h b/src/ui/messenger.h index ed37ad3..efb5122 100644 --- a/src/ui/messenger.h +++ b/src/ui/messenger.h | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | #include <gtk-3.0/gtk/gtk.h> | 28 | #include <gtk-3.0/gtk/gtk.h> |
29 | #include <libhandy-1/handy.h> | 29 | #include <libhandy-1/handy.h> |
30 | #include <libnotify/notify.h> | ||
30 | 31 | ||
31 | typedef struct MESSENGER_Application MESSENGER_Application; | 32 | typedef struct MESSENGER_Application MESSENGER_Application; |
32 | 33 | ||
@@ -74,6 +75,6 @@ ui_messenger_init(MESSENGER_Application *app, | |||
74 | UI_MESSENGER_Handle *handle); | 75 | UI_MESSENGER_Handle *handle); |
75 | 76 | ||
76 | void | 77 | void |
77 | ui_messenger_update_profile(MESSENGER_Application *app); | 78 | ui_messenger_run(MESSENGER_Application *app); |
78 | 79 | ||
79 | #endif /* UI_MESSENGER_H_ */ | 80 | #endif /* UI_MESSENGER_H_ */ |