cpw.rekkanoryo.yahoo.separate_prpls: a2164ae9: Add header includes. I still have not y...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Sun Jul 5 10:45:36 EDT 2009
-----------------------------------------------------------------
Revision: a2164ae94b0462dc273820050fd8152ad85637b0
Ancestor: ee60c9e2cbf54ab20ab2b27f5adbd3bd5624c196
Author: rekkanoryo at pidgin.im
Date: 2009-07-05T14:40:13
Branch: im.pidgin.cpw.rekkanoryo.yahoo.separate_prpls
URL: http://d.pidgin.im/viewmtn/revision/info/a2164ae94b0462dc273820050fd8152ad85637b0
Modified files:
libpurple/protocols/yahoo/libyahoo.c
libpurple/protocols/yahoo/libyahoojp.c
ChangeLog:
Add header includes. I still have not yet tested building this.
-------------- next part --------------
============================================================
--- libpurple/protocols/yahoo/libyahoo.c 282c6553dce58edc48819c9920c5dac7b6619dbf
+++ libpurple/protocols/yahoo/libyahoo.c bcd2fa9910c12c802b39abfe6a5b831cde7bfdd7
@@ -21,6 +21,11 @@
*
*/
+#include "internal.h"
+
+#include <account.h>
+#include <prpl.h>
+
static GHashTable *
yahoo_get_account_text_table(PurpleAccount *account)
{
============================================================
--- libpurple/protocols/yahoo/libyahoojp.c c2ebbd7d8a7e638c29444e2f4f790ac6b08c64d9
+++ libpurple/protocols/yahoo/libyahoojp.c 304e5382b1e38ed403d62b343260e1bcf375a8f4
@@ -21,6 +21,11 @@
*
*/
+#include "internal.h"
+
+#include <account.h>
+#include <prpl.h>
+
static GHashTable *
yahoojp_get_account_text_table(PurpleAccount *account)
{
More information about the Commits
mailing list