about summary refs log tree commit diff stats
path: root/src/roster_list.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 15:05:24 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 15:05:24 +0100
commitcc32bb773811cbdc098f27ce32cb389e6a0163a9 (patch)
treec185bc76e54f9525fb68f249e5b70e3e640f6c91 /src/roster_list.c
parent2af0d38e3d9b766ec1fd1bd85edd899d01047a2b (diff)
downloadprofani-tty-cc32bb773811cbdc098f27ce32cb389e6a0163a9.tar.gz
Moved resource.c
Diffstat (limited to 'src/roster_list.c')
-rw-r--r--src/roster_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roster_list.c b/src/roster_list.c
index 816eed27..789449c2 100644
--- a/src/roster_list.c
+++ b/src/roster_list.c
@@ -40,7 +40,7 @@
 #include <assert.h>
 
 #include "roster_list.h"
-#include "resource.h"
+#include "xmpp/resource.h"
 #include "xmpp/contact.h"
 #include "xmpp/jid.h"
 #include "tools/autocomplete.h"