changeset 6677:cce494e69d68

[gaim-migrate @ 7202] Paul A (darkrain) writes: " Update the includes for mailchk.c and simple.c so they compile correctly." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 01 Sep 2003 20:34:53 +0000
parents 5bea891e0328
children eb95f31fa4eb
files ChangeLog plugins/mailchk.c plugins/simple.c
diffstat 3 files changed, 9 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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)