Mercurial > pidgin.yaz
diff libpurple/tests/test_jabber_jutil.c @ 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 | 6577b292e7b4 |
children | 962ce369fc35 |
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)