aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-19 10:01:34 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-19 10:01:34 +0800
commit0fc535febd504e59e99c033b6c943529e43f7963 (patch)
tree0ca7f89bdd960c15b30eb290c63b5a33a47f6bd0
parente8bf10cb34dd6291f8210026ca574ea1b812e3d1 (diff)
downloadgsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.tar
gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.tar.gz
gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.tar.bz2
gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.tar.lz
gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.tar.xz
gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.tar.zst
gsoc2013-evolution-0fc535febd504e59e99c033b6c943529e43f7963.zip
I missed this one as well
svn path=/trunk/; revision=163
-rw-r--r--calendar/eventedit.c2
-rw-r--r--calendar/gui/eventedit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/calendar/eventedit.c b/calendar/eventedit.c
index 39a92c5480..33b1381262 100644
--- a/calendar/eventedit.c
+++ b/calendar/eventedit.c
@@ -5,7 +5,7 @@
* Authors: Miguel de Icaza (miguel@kernel.org)
* Federico Mena (quartic@gimp.org)
*/
-
+#include <config.h>
#include <gnome.h>
#include <string.h>
#include "calendar.h"
diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c
index 39a92c5480..33b1381262 100644
--- a/calendar/gui/eventedit.c
+++ b/calendar/gui/eventedit.c
@@ -5,7 +5,7 @@
* Authors: Miguel de Icaza (miguel@kernel.org)
* Federico Mena (quartic@gimp.org)
*/
-
+#include <config.h>
#include <gnome.h>
#include <string.h>
#include "calendar.h"