aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorDavid Mosberger <davidm@napali.hpl.hp.com>2004-12-08 09:58:27 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-12-08 09:58:27 +0800
commit21cbc5f9c93ac4e230346bbae1afe9b97a74e959 (patch)
tree9363af77d64617a69d92ce9764c772988b37bf26 /shell/main.c
parent5ba45809f02614cdd481ead5e4c9a8a392b55200 (diff)
downloadgsoc2013-evolution-21cbc5f9c93ac4e230346bbae1afe9b97a74e959.tar
gsoc2013-evolution-21cbc5f9c93ac4e230346bbae1afe9b97a74e959.tar.gz
gsoc2013-evolution-21cbc5f9c93ac4e230346bbae1afe9b97a74e959.tar.bz2
gsoc2013-evolution-21cbc5f9c93ac4e230346bbae1afe9b97a74e959.tar.lz
gsoc2013-evolution-21cbc5f9c93ac4e230346bbae1afe9b97a74e959.tar.xz
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/main.c')
-rw-r--r--shell/main.c1
1 files changed, 1 insertions, 0 deletions
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>