comparison libpurple/protocols/yahoo/libyahoojp.c @ 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 1f30c4a47e3d
children 31534ae3406a
comparison
equal deleted inserted replaced
27316:7f008ce8604b 27317:1f63548d3da5
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 * 21 *
22 */ 22 */
23
24 #include "internal.h"
25
26 #include <account.h>
27 #include <prpl.h>
23 28
24 static GHashTable * 29 static GHashTable *
25 yahoojp_get_account_text_table(PurpleAccount *account) 30 yahoojp_get_account_text_table(PurpleAccount *account)
26 { 31 {
27 GHashTable *table; 32 GHashTable *table;