pidgin/android/libpurple

Parents b9046377fdde
Children 87fee9883054
Added an #include glib.h to core.h, because core.h uses glib functions and Android won't compile without it.
--- a/libpurple/core.h Thu May 09 10:26:39 2013 +0200
+++ b/libpurple/core.h Thu May 09 10:27:34 2013 +0200
@@ -37,6 +37,8 @@
#ifndef _PURPLE_CORE_H_
#define _PURPLE_CORE_H_
+#include <glib.h>
+
typedef struct PurpleCore PurpleCore;
/** Callbacks that fire at different points of the initialization and teardown