pidgin/purple-plugin-pack

a5e948242ddd
Parents 0c8997aff4e9
Children b1e5d1762fc7
A patch from Bodo Bellut to enable building on ancient glib. I will be making
some tweaks to this patch shortly. Fixes #416. Sorry for the delay.
--- a/highlight/highlight.c Mon Oct 08 21:57:26 2007 -0400
+++ b/highlight/highlight.c Tue Oct 09 03:08:53 2007 -0400
@@ -20,6 +20,7 @@
/* Pack/Local headers */
#include "../common/pp_internal.h"
+#include "../common/glib-compat.h"
#include <plugin.h>
--- a/irchelper/irchelper.c Mon Oct 08 21:57:26 2007 -0400
+++ b/irchelper/irchelper.c Tue Oct 09 03:08:53 2007 -0400
@@ -24,6 +24,7 @@
*/
#include "../common/pp_internal.h"
+#include "../common/glib-compat.h"
#include <string.h>
--- a/listhandler/aim_blt_files.c Mon Oct 08 21:57:26 2007 -0400
+++ b/listhandler/aim_blt_files.c Tue Oct 09 03:08:53 2007 -0400
@@ -24,6 +24,8 @@
#include "listhandler.h"
#include "aim_blt_files.h"
+#include "../common/glib-compat.h"
+
static gchar *filename = NULL, *file_contents = NULL;
static gsize length;
static GString *bltfile_string = NULL;
--- a/plonkers/plonkers.c Mon Oct 08 21:57:26 2007 -0400
+++ b/plonkers/plonkers.c Tue Oct 09 03:08:53 2007 -0400
@@ -20,6 +20,7 @@
*/
#include "../common/pp_internal.h"
+#include "../common/glib-compat.h"
#include <gtk/gtk.h>
#include <gdk/gdk.h>
--- a/slashexec/slashexec.c Mon Oct 08 21:57:26 2007 -0400
+++ b/slashexec/slashexec.c Tue Oct 09 03:08:53 2007 -0400
@@ -27,6 +27,7 @@
* window messages are not important. - rekkanoryo */
#include "../common/pp_internal.h"
+#include "../common/glib-compat.h"
#include <stdarg.h>
#include <string.h>