about summary refs log tree commit diff stats
path: root/tests/unittests/test_roster_list.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 14:55:32 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 14:55:32 +0100
commitc23506f453c36c9133d1f176624541ef84385ced (patch)
treecfbdc0edf77c900416e3fa072ec8afabaf18387d /tests/unittests/test_roster_list.c
parent9cff37352a0200dbe0acb1b6a9e5810ee33743ea (diff)
downloadprofani-tty-c23506f453c36c9133d1f176624541ef84385ced.tar.gz
Moved contact.c
Diffstat (limited to 'tests/unittests/test_roster_list.c')
-rw-r--r--tests/unittests/test_roster_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_roster_list.c b/tests/unittests/test_roster_list.c
index 9df23495..4056c8ea 100644
--- a/tests/unittests/test_roster_list.c
+++ b/tests/unittests/test_roster_list.c
@@ -6,7 +6,7 @@
 #include <cmocka.h>
 #include <stdlib.h>
 
-#include "contact.h"
+#include "xmpp/contact.h"
 #include "roster_list.h"
 
 void empty_list_when_none_added(void **state)