about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 15:02:43 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 15:02:43 +0100
commit2af0d38e3d9b766ec1fd1bd85edd899d01047a2b (patch)
tree705361e31bd4f0e5e9a42fbab3c94ee2788bf577 /src/ui/console.c
parent1c5efaeb58f40122e6c860a6785c0b99496af8d6 (diff)
downloadprofani-tty-2af0d38e3d9b766ec1fd1bd85edd899d01047a2b.tar.gz
Moved muc.c
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 3e987dbe..182e365f 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -46,7 +46,7 @@
 #include "command/cmd_defs.h"
 #include "common.h"
 #include "log.h"
-#include "muc.h"
+#include "xmpp/muc.h"
 #include "roster_list.h"
 #include "config/preferences.h"
 #include "config/theme.h"