about summary refs log tree commit diff stats
path: root/src/ui
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/ui
parentc23506f453c36c9133d1f176624541ef84385ced (diff)
downloadprofani-tty-1c5efaeb58f40122e6c860a6785c0b99496af8d6.tar.gz
Moved jid.c
Diffstat (limited to 'src/ui')
-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 a1b14904..d90d1aa6 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -62,7 +62,7 @@
 #include "config/theme.h"
 #include "xmpp/contact.h"
 #include "roster_list.h"
-#include "jid.h"
+#include "xmpp/jid.h"
 #include "log.h"
 #include "muc.h"
 #ifdef HAVE_LIBOTR