diff options
author | Chris Toshok <toshok@ximian.com> | 2001-12-14 11:02:55 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-12-14 11:02:55 +0800 |
commit | 4d9df464b9c074705e26954106178fe95118ca5f (patch) | |
tree | b4946cce3a0adc39dd9910e14d4bba4a05d5d802 /camel/ChangeLog | |
parent | f6c13cdb84976db634182f4f32606ce638f66074 (diff) | |
download | gsoc2013-evolution-4d9df464b9c074705e26954106178fe95118ca5f.tar.gz gsoc2013-evolution-4d9df464b9c074705e26954106178fe95118ca5f.tar.zst gsoc2013-evolution-4d9df464b9c074705e26954106178fe95118ca5f.zip |
include stdlib.h (for alloca on freebsd) and only include alloca.h if
2001-12-13 Chris Toshok <toshok@ximian.com>
* camel-data-cache.c: include stdlib.h (for alloca on freebsd) and
only include alloca.h if HAVE_ALLOCA_H is defined.
svn path=/trunk/; revision=15033
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 1891fc726c..0e4da1dc13 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-12-13 Chris Toshok <toshok@ximian.com> + + * camel-data-cache.c: include stdlib.h (for alloca on freebsd) and + only include alloca.h if HAVE_ALLOCA_H is defined. + 2001-12-11 Zbigniew Chyla <cyba@gnome.pl> Fixes #17085 |