diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2000-11-07 04:57:00 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2000-11-07 04:57:00 +0800 |
commit | 11f3d444daf479f437e70bebe6ef9df5dcb8d2b8 (patch) | |
tree | 50843554aa5b63f59da39f94ce4458edc1ffb03b | |
parent | d6b8654b225b160faf6cf6002186d1c9d2839c3f (diff) | |
download | gsoc2013-evolution-11f3d444daf479f437e70bebe6ef9df5dcb8d2b8.tar gsoc2013-evolution-11f3d444daf479f437e70bebe6ef9df5dcb8d2b8.tar.gz gsoc2013-evolution-11f3d444daf479f437e70bebe6ef9df5dcb8d2b8.tar.bz2 gsoc2013-evolution-11f3d444daf479f437e70bebe6ef9df5dcb8d2b8.tar.lz gsoc2013-evolution-11f3d444daf479f437e70bebe6ef9df5dcb8d2b8.tar.xz gsoc2013-evolution-11f3d444daf479f437e70bebe6ef9df5dcb8d2b8.tar.zst gsoc2013-evolution-11f3d444daf479f437e70bebe6ef9df5dcb8d2b8.zip |
Added #include <config.h>
2000-11-06 Kjartan Maraas <kmaraas@gnome.org>
* e-setup.c: Added #include <config.h>
svn path=/trunk/; revision=6424
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-setup.c | 4 |
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> |