[evolution-patches] Implicit decleration fixes
- From: Rodney Dawes <dobey novell com>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] Implicit decleration fixes
- Date: Tue, 03 Aug 2004 18:11:01 +0000
This patch fixes a couple implicit declerations. One in camel, and
another in the address book.
-- dobey
? addressbook/gui/component/ldap-config.gladep
? calendar/gui/dialogs/event-page.gladep
? calendar/gui/dialogs/task-page.gladep
? mail/mail-license.gladep
? shell/Evolution-Addressbook-SelectNames-common.c
? shell/Evolution-Addressbook-SelectNames-skels.c
? shell/Evolution-Addressbook-SelectNames-stubs.c
? shell/Evolution-Addressbook-SelectNames.h
Index: addressbook/gui/widgets/eab-popup-control.c
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/widgets/eab-popup-control.c,v
retrieving revision 1.9
diff -u -r1.9 eab-popup-control.c
--- addressbook/gui/widgets/eab-popup-control.c 22 Jun 2004 18:55:45 -0000 1.9
+++ addressbook/gui/widgets/eab-popup-control.c 3 Aug 2004 18:10:07 -0000
@@ -44,6 +44,7 @@
#include <gtk/gtktable.h>
#include <gtk/gtktreeselection.h>
#include <gtk/gtktreeview.h>
+#include <gtk/gtkvbox.h>
#include <bonobo/bonobo-control.h>
#include <bonobo/bonobo-property-bag.h>
#include <bonobo/bonobo-generic-factory.h>
Index: camel/camel-charset-map.c
===================================================================
RCS file: /cvs/gnome/evolution/camel/camel-charset-map.c,v
retrieving revision 1.39
diff -u -r1.39 camel-charset-map.c
--- camel/camel-charset-map.c 28 Jul 2004 16:44:08 -0000 1.39
+++ camel/camel-charset-map.c 3 Aug 2004 18:10:07 -0000
@@ -203,6 +203,8 @@
#include "camel-charset-map.h"
#include "camel-charset-map-private.h"
+#include <gal/util/e-iconv.h>
+
#include <glib.h>
#include <locale.h>
#include <ctype.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]