aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-setup.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 2890f725cc..c00ea5bc43 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2000-11-06 Kjartan Maraas <kmaraas@gnome.org>
+
+ * e-setup.c: Added #include <config.h>
+
2000-11-03 Ettore Perazzoli <ettore@helixcode.com>
* main.c: New local static variables `evolution_directory',
diff --git a/shell/e-setup.c b/shell/e-setup.c
index 85bed117a1..ee39f0d398 100644
--- a/shell/e-setup.c
+++ b/shell/e-setup.c
@@ -22,6 +22,10 @@
/* This needs to be a lot better. */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <glib.h>
#include <gnome.h>