pidgin/pidgin

abc36dad1363
Include glib.h before messing with any defines
--- a/libpurple/glibcompat.h Wed Jan 29 13:37:41 2014 +0100
+++ b/libpurple/glibcompat.h Wed Jan 29 13:41:33 2014 +0100
@@ -25,6 +25,9 @@
* Also, any public API should not depend on this file.
*/
+#include <glib.h>
+
+
#ifdef __clang__
#undef G_GNUC_BEGIN_IGNORE_DEPRECATIONS
@@ -39,8 +42,6 @@
#endif /* __clang__ */
-#include <glib.h>
-
#if !GLIB_CHECK_VERSION(2, 32, 0)
#include <glib-object.h>