pidgin/purple-plugin-pack

Fix for compiling with older gcc

2009-09-13, Stu Tomlinson
888daeb5b79d
Parents bf41350c498f
Children ba4a69308027
Fix for compiling with older gcc
--- a/autoprofile/comp_rss.c Tue Sep 08 11:52:19 2009 -0400
+++ b/autoprofile/comp_rss.c Sun Sep 13 05:01:25 2009 +0100
@@ -21,8 +21,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
*--------------------------------------------------------------------------*/
+#include "autoprofile.h"
#include "comp_rss.h"
-#include "autoprofile.h"
#include "gtkimhtml.h"
--- a/autoprofile/comp_rss_parser.c Tue Sep 08 11:52:19 2009 -0400
+++ b/autoprofile/comp_rss_parser.c Sun Sep 13 05:01:25 2009 +0100
@@ -21,6 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
*--------------------------------------------------------------------------*/
+#include "autoprofile.h"
#include "comp_rss.h"
#include "utility.h"
--- a/autoprofile/comp_rss_xanga.c Tue Sep 08 11:52:19 2009 -0400
+++ b/autoprofile/comp_rss_xanga.c Sun Sep 13 05:01:25 2009 +0100
@@ -27,6 +27,7 @@
#include <string.h>
#include <stdio.h>
+#include "autoprofile.h"
#include "comp_rss.h"
#include <glib.h>
--- a/autoprofile/component.c Tue Sep 08 11:52:19 2009 -0400
+++ b/autoprofile/component.c Sun Sep 13 05:01:25 2009 +0100
@@ -21,6 +21,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
*--------------------------------------------------------------------------*/
+#include "autoprofile.h"
#include "component.h"
#include <string.h>
--- a/autoprofile/gtk_widget.c Tue Sep 08 11:52:19 2009 -0400
+++ b/autoprofile/gtk_widget.c Sun Sep 13 05:01:25 2009 +0100
@@ -21,9 +21,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *
*--------------------------------------------------------------------------*/
+#include "autoprofile.h"
#include "widget.h"
#include "request.h"
-#include "autoprofile.h"
#include "gtkprefs.h"
#include "gtkimhtml.h"
--- a/autoprofile/utility_rfc822.c Tue Sep 08 11:52:19 2009 -0400
+++ b/autoprofile/utility_rfc822.c Sun Sep 13 05:01:25 2009 +0100
@@ -26,6 +26,8 @@
#include <ctype.h>
#include <stdio.h>
+#include "autoprofile.h"
+
static struct tm parsed_datetime;
static int parsed_gmttime = 0;