diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-09-02 16:57:34 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-09-02 16:57:34 +0800 |
commit | 59dc75996549976ef319eeb52154bdafbd4ba05d (patch) | |
tree | 1a29736293924cb96bdd690c7e65be03aaa37686 /calendar/ChangeLog | |
parent | ed5647371d33cd75308c9e3df29785088b49bad5 (diff) | |
download | gsoc2013-evolution-59dc75996549976ef319eeb52154bdafbd4ba05d.tar.gz gsoc2013-evolution-59dc75996549976ef319eeb52154bdafbd4ba05d.tar.zst gsoc2013-evolution-59dc75996549976ef319eeb52154bdafbd4ba05d.zip |
include missing string.h, to avoid problems in 64 bit builds.
2004-08-31 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model-tasks.c: include missing string.h, to avoid
problems in 64 bit builds.
svn path=/trunk/; revision=27111
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d88e755e4a..43909a5bd9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2004-08-31 Rodrigo Moya <rodrigo@novell.com> + + * gui/e-cal-model-tasks.c: include missing string.h, to avoid + problems in 64 bit builds. + 2004-08-27 Not Zed <NotZed@Ximian.com> * common/authentication.c (auth_func_cb): constify the strings to |