[gaim-migrate @ 7202]

Mon, 01 Sep 2003 20:34:53 +0000

author
Paul Aurich <darkrain42@pidgin.im>
date
Mon, 01 Sep 2003 20:34:53 +0000
changeset 6677
effa9861ec8e
parent 6676
1b8bf03904c0
child 6678
c633179afd00

[gaim-migrate @ 7202]
Paul A (darkrain) writes:
" Update the includes for mailchk.c and simple.c so they
compile correctly."

committer: Luke Schierer <lschiere@pidgin.im>

ChangeLog file | annotate | diff | comparison | revisions
plugins/mailchk.c file | annotate | diff | comparison | revisions
plugins/simple.c file | annotate | diff | comparison | revisions
--- a/ChangeLog	Mon Sep 01 17:10:32 2003 +0000
+++ b/ChangeLog	Mon Sep 01 20:34:53 2003 +0000
@@ -13,6 +13,7 @@
 	  appeared in the same conversation window, and other related
 	  problems. (Robot101)
 	* Corrected problems with proxy preferences.
+	* Mailchk.c and simple.c compile again (Paul A (darkrain))
 	* Catalan translation updated (Robert Millan)
 	* Chinese (Simplified) translation updated (Funda Wang)
 	* Chinese (Traditional) translation updated (Ambrose C. Li)
--- a/plugins/mailchk.c	Mon Sep 01 17:10:32 2003 +0000
+++ b/plugins/mailchk.c	Mon Sep 01 20:34:53 2003 +0000
@@ -1,15 +1,15 @@
 #include "internal.h"
+#include "gtkinternal.h"
 
 #include "blist.h"
-#include "gtkblist.h"
+#include "conversation.h"
 #include "debug.h"
+#include "signals.h"
 #include "sound.h"
+
+#include "gtkblist.h"
 #include "gtkplugin.h"
 
-#include <sys/stat.h>
-#include <sys/types.h>
-#include <unistd.h>
-
 #define MAILCHK_PLUGIN_ID "gtk-mailchk"
 
 #define ANY_MAIL    0x01
--- a/plugins/simple.c	Mon Sep 01 17:10:32 2003 +0000
+++ b/plugins/simple.c	Mon Sep 01 20:34:53 2003 +0000
@@ -1,5 +1,6 @@
-#include "config.h"
-#include "gaim.h"
+#include "internal.h"
+#include "debug.h"
+#include "plugin.h"
 
 static gboolean
 plugin_load(GaimPlugin *plugin)

mercurial