diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-22 07:33:02 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-22 07:33:02 +0800 |
commit | 0305388aa2c358bdc3395ef2b0abb9efc3e91744 (patch) | |
tree | 2982f6cc0cd8809985e0a988997caeab9c04f307 /libical/src | |
parent | b920cbf1a5d5841636e021b3168149c566f0f9c7 (diff) | |
download | gsoc2013-evolution-0305388aa2c358bdc3395ef2b0abb9efc3e91744.tar gsoc2013-evolution-0305388aa2c358bdc3395ef2b0abb9efc3e91744.tar.gz gsoc2013-evolution-0305388aa2c358bdc3395ef2b0abb9efc3e91744.tar.bz2 gsoc2013-evolution-0305388aa2c358bdc3395ef2b0abb9efc3e91744.tar.lz gsoc2013-evolution-0305388aa2c358bdc3395ef2b0abb9efc3e91744.tar.xz gsoc2013-evolution-0305388aa2c358bdc3395ef2b0abb9efc3e91744.tar.zst gsoc2013-evolution-0305388aa2c358bdc3395ef2b0abb9efc3e91744.zip |
include configure.h because HAVE_TIMEZONE is used
2000-12-21 JP Rosevear <jpr@helixcode.com>
* src/libical/icaltime.c: include configure.h because HAVE_TIMEZONE
is used
* acconfig.h: Terminate variable comment so that the variable can
actually be seen
svn path=/trunk/; revision=7122
Diffstat (limited to 'libical/src')
-rw-r--r-- | libical/src/libical/icaltime.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libical/src/libical/icaltime.c b/libical/src/libical/icaltime.c index 4cdd3a9f0d..112ac7972b 100644 --- a/libical/src/libical/icaltime.c +++ b/libical/src/libical/icaltime.c @@ -25,6 +25,10 @@ ======================================================================*/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "icaltime.h" #include "icalvalue.h" #include <assert.h> |