about summary refs log tree commit diff stats
path: root/src/ui/ui.h
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/ui.h
parent1c5efaeb58f40122e6c860a6785c0b99496af8d6 (diff)
downloadprofani-tty-2af0d38e3d9b766ec1fd1bd85edd899d01047a2b.tar.gz
Moved muc.c
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 65209659..3e4292c9 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -39,7 +39,7 @@
 
 #include "command/cmd_funcs.h"
 #include "ui/win_types.h"
-#include "muc.h"
+#include "xmpp/muc.h"
 #include "config/tlscerts.h"
 #include "config/account.h"
 #ifdef HAVE_LIBOTR