Mercurial > pidgin.yaz
changeset 15892:5bd5af818afe
Update #includes to match changes in jabber
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Sat, 24 Mar 2007 20:08:30 +0000 |
parents | 87ea711b9781 |
children | 886025ef7daa |
files | libpurple/tests/test_jabber_jutil.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/tests/test_jabber_jutil.c Sat Mar 24 20:06:21 2007 +0000 +++ b/libpurple/tests/test_jabber_jutil.c Sat Mar 24 20:08:30 2007 +0000 @@ -1,6 +1,9 @@ #include <string.h> #include "tests.h" +#include "../account.h" +#include "../conversation.h" +#include "../xmlnode.h" #include "../protocols/jabber/jutil.h" START_TEST(test_get_resource)