Mercurial > pidgin
changeset 27317:1f63548d3da5
Add header includes. I still have not yet tested building this.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sun, 05 Jul 2009 14:40:13 +0000 |
parents | 7f008ce8604b |
children | 31534ae3406a |
files | libpurple/protocols/yahoo/libyahoo.c libpurple/protocols/yahoo/libyahoojp.c |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <account.h> +#include <prpl.h> + static GHashTable * yahoo_get_account_text_table(PurpleAccount *account) {
--- 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 <account.h> +#include <prpl.h> + static GHashTable * yahoojp_get_account_text_table(PurpleAccount *account) {