about summary refs log tree commit diff stats
path: root/src/profanity.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/profanity.c
parent1c5efaeb58f40122e6c860a6785c0b99496af8d6 (diff)
downloadprofani-tty-2af0d38e3d9b766ec1fd1bd85edd899d01047a2b.tar.gz
Moved muc.c
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profanity.c b/src/profanity.c
index 057fbf84..8dec09cf 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -60,7 +60,7 @@
 #include "roster_list.h"
 #include "config/tlscerts.h"
 #include "log.h"
-#include "muc.h"
+#include "xmpp/muc.h"
 #include "plugins/plugins.h"
 #ifdef HAVE_LIBOTR
 #include "otr/otr.h"