about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 16:27:39 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 16:27:39 +0100
commit37742d71b638ba5343af7398842f84b530d11c29 (patch)
tree04fd9eca9b2aa6afa673c4efc3afd1608533e9e5 /src/config
parentef942bd27a759b3016c473abba8066a8ddcb6ffe (diff)
downloadprofani-tty-37742d71b638ba5343af7398842f84b530d11c29.tar.gz
Move resource conversions
Diffstat (limited to 'src/config')
-rw-r--r--src/config/account.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/account.c b/src/config/account.c
index 879759f5..3e8c8cf1 100644
--- a/src/config/account.c
+++ b/src/config/account.c
@@ -42,6 +42,7 @@
 #include "log.h"
 #include "config/account.h"
 #include "xmpp/jid.h"
+#include "xmpp/resource.h"
 
 ProfAccount*
 account_new(const gchar *const name, const gchar *const jid,