about summary refs log tree commit diff stats
path: root/src/ui/core.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/core.c
parent1c5efaeb58f40122e6c860a6785c0b99496af8d6 (diff)
downloadprofani-tty-2af0d38e3d9b766ec1fd1bd85edd899d01047a2b.tar.gz
Moved muc.c
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index d90d1aa6..cef4cc22 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -64,7 +64,7 @@
 #include "roster_list.h"
 #include "xmpp/jid.h"
 #include "log.h"
-#include "muc.h"
+#include "xmpp/muc.h"
 #ifdef HAVE_LIBOTR
 #include "otr/otr.h"
 #endif