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 @@ #include <gtk-3.0/gtk/gtk.h> #include <libhandy-1/handy.h> +#include <libnotify/notify.h> typedef struct MESSENGER_Application MESSENGER_Application; @@ -74,6 +75,6 @@ ui_messenger_init(MESSENGER_Application *app, UI_MESSENGER_Handle *handle); void -ui_messenger_update_profile(MESSENGER_Application *app); +ui_messenger_run(MESSENGER_Application *app); #endif /* UI_MESSENGER_H_ */ |