diff options
author | Not Zed <NotZed@Ximian.com> | 2004-07-22 11:02:08 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-07-22 11:02:08 +0800 |
commit | 403a387ae6e14494368d0903b3af383bb6ae4aec (patch) | |
tree | 30e3239b5ea1154d389477f9eb81b21bc06abe77 /calendar/common/authentication.c | |
parent | d6b06ae7eb64632aa92b99fb11bc911f3ca88966 (diff) | |
download | gsoc2013-evolution-403a387ae6e14494368d0903b3af383bb6ae4aec.tar.gz gsoc2013-evolution-403a387ae6e14494368d0903b3af383bb6ae4aec.tar.zst gsoc2013-evolution-403a387ae6e14494368d0903b3af383bb6ae4aec.zip |
include config.h. See #61395.
2004-07-20 Not Zed <NotZed@Ximian.com>
* gui/e-cal-model.c:
* importers/icalendar-importer.c:
* gui/dialogs/select-source-dialog.c:
* gui/dialogs/copy-source-dialog.c:
* gui/alarm-notify/util.c:
* common/authentication.c:
* gui/migration.c: include config.h. See #61395.
svn path=/trunk/; revision=26694
Diffstat (limited to 'calendar/common/authentication.c')
-rw-r--r-- | calendar/common/authentication.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/common/authentication.c b/calendar/common/authentication.c index 235c37e91f..663b17dc61 100644 --- a/calendar/common/authentication.c +++ b/calendar/common/authentication.c @@ -21,6 +21,10 @@ * USA */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <string.h> #include <bonobo/bonobo-i18n.h> #include "e-util/e-passwords.h" |