[evolution-data-server] Forgot a couple #includes.



commit 0e9dfc4ddd71bcd57188af08fde0b3e37b6cb5aa
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Sep 29 13:29:11 2011 -0400

    Forgot a couple #includes.

 .../evolution-addressbook-factory.c                |    1 +
 .../evolution-calendar-factory.c                   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/services/evolution-addressbook-factory/evolution-addressbook-factory.c b/services/evolution-addressbook-factory/evolution-addressbook-factory.c
index 4e54e6f..3d41dd5 100644
--- a/services/evolution-addressbook-factory/evolution-addressbook-factory.c
+++ b/services/evolution-addressbook-factory/evolution-addressbook-factory.c
@@ -18,6 +18,7 @@
 
 #include <config.h>
 #include <locale.h>
+#include <stdlib.h>
 #include <glib/gi18n.h>
 
 #ifdef ENABLE_MAINTAINER_MODE
diff --git a/services/evolution-calendar-factory/evolution-calendar-factory.c b/services/evolution-calendar-factory/evolution-calendar-factory.c
index 9936728..403f888 100644
--- a/services/evolution-calendar-factory/evolution-calendar-factory.c
+++ b/services/evolution-calendar-factory/evolution-calendar-factory.c
@@ -18,6 +18,7 @@
 
 #include <config.h>
 #include <locale.h>
+#include <stdlib.h>
 #include <glib/gi18n.h>
 
 #ifdef ENABLE_MAINTAINER_MODE



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]