# HG changeset patch # User John Bailey # Date 1246804813 0 # Node ID 1f63548d3da5529f9613464f2af1ba0bf65156b9 # Parent 7f008ce8604b7064b0b1c3610faa0fcb9ab6f483 Add header includes. I still have not yet tested building this. diff -r 7f008ce8604b -r 1f63548d3da5 libpurple/protocols/yahoo/libyahoo.c --- a/libpurple/protocols/yahoo/libyahoo.c Sun Jul 05 14:31:37 2009 +0000 +++ b/libpurple/protocols/yahoo/libyahoo.c Sun Jul 05 14:40:13 2009 +0000 @@ -21,6 +21,11 @@ * */ +#include "internal.h" + +#include +#include + static GHashTable * yahoo_get_account_text_table(PurpleAccount *account) { diff -r 7f008ce8604b -r 1f63548d3da5 libpurple/protocols/yahoo/libyahoojp.c --- a/libpurple/protocols/yahoo/libyahoojp.c Sun Jul 05 14:31:37 2009 +0000 +++ b/libpurple/protocols/yahoo/libyahoojp.c Sun Jul 05 14:40:13 2009 +0000 @@ -21,6 +21,11 @@ * */ +#include "internal.h" + +#include +#include + static GHashTable * yahoojp_get_account_text_table(PurpleAccount *account) {