diff options
author | David Mosberger <davidm@napali.hpl.hp.com> | 2004-12-08 09:58:27 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-12-08 09:58:27 +0800 |
commit | 21cbc5f9c93ac4e230346bbae1afe9b97a74e959 (patch) | |
tree | 9363af77d64617a69d92ce9764c772988b37bf26 /shell | |
parent | 5ba45809f02614cdd481ead5e4c9a8a392b55200 (diff) | |
download | gsoc2013-evolution-21cbc5f9c93ac4e230346bbae1afe9b97a74e959.tar.gz gsoc2013-evolution-21cbc5f9c93ac4e230346bbae1afe9b97a74e959.tar.zst gsoc2013-evolution-21cbc5f9c93ac4e230346bbae1afe9b97a74e959.zip |
include es-event.h to fix 64 bit platform problems.
2004-12-08 David Mosberger <davidm@napali.hpl.hp.com>
* main.c: include es-event.h to fix 64 bit platform problems.
svn path=/trunk/; revision=28082
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/main.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 3cedcd9462..352579b525 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2004-12-08 David Mosberger <davidm@napali.hpl.hp.com> + + * main.c: include es-event.h to fix 64 bit platform problems. + 2004-11-22 Joan Sanfeliu <joan@fibranet.com> * main.c: Evolution product name spelled with an uppercase E diff --git a/shell/main.c b/shell/main.c index 8600243a1e..90ea9e898e 100644 --- a/shell/main.c +++ b/shell/main.c @@ -34,6 +34,7 @@ #include "e-shell.h" #include "es-menu.h" +#include "es-event.h" #include <libxml/xmlmemory.h> #include <libxml/parser.h> |