about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 2737c22a..ccb506ed 100644
--- a/src/command.c
+++ b/src/command.c
@@ -41,7 +41,7 @@
 #include "muc.h"
 #include "theme.h"
 #include "tinyurl.h"
-#include "ui.h"
+#include "ui/ui.h"
 #include "xmpp/xmpp.h"
 
 typedef char*(*autocomplete_func)(char *);