about summary refs log tree commit diff stats
path: root/src/muc.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 14:59:28 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 14:59:28 +0100
commit1c5efaeb58f40122e6c860a6785c0b99496af8d6 (patch)
treee6033b8ded69e8386027908e30c1f8a77abf7691 /src/muc.h
parentc23506f453c36c9133d1f176624541ef84385ced (diff)
downloadprofani-tty-1c5efaeb58f40122e6c860a6785c0b99496af8d6.tar.gz
Moved jid.c
Diffstat (limited to 'src/muc.h')
-rw-r--r--src/muc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/muc.h b/src/muc.h
index a2482fd9..7bacb18d 100644
--- a/src/muc.h
+++ b/src/muc.h
@@ -38,7 +38,7 @@
 #include <glib.h>
 
 #include "xmpp/contact.h"
-#include "jid.h"
+#include "xmpp/jid.h"
 #include "tools/autocomplete.h"
 #include "ui/win_types.h"