about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-04-28 23:53:37 +0100
committerJames Booth <boothj5@gmail.com>2015-04-28 23:53:37 +0100
commitd3698e6bee7985cd1707ec7b50fe61a5bf0c2829 (patch)
treeb31c087275ea213866bddedbbfbec083ccd55673 /src/command
parent8aba52f4fe20a126c59322fe8e6ab7479ab83633 (diff)
downloadprofani-tty-d3698e6bee7985cd1707ec7b50fe61a5bf0c2829.tar.gz
Added ui events module
Diffstat (limited to 'src/command')
-rw-r--r--src/command/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 9eaa6e9b..44069693 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -66,6 +66,7 @@
 #include "ui/ui.h"
 #include "ui/windows.h"
 #include "event/client_events.h"
+#include "event/ui_events.h"
 
 static void _update_presence(const resource_presence_t presence,
     const char * const show, gchar **args);