aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/main.c1
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>