aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-05-09 23:00:46 +0800
committerJeremy Katz <katzj@src.gnome.org>2003-05-09 23:00:46 +0800
commit7b20b772d2460427ceefa7c463ed8f874762f57b (patch)
tree4092cd334d126ee51ebbc264fd89adc99434e6df /shell/main.c
parent56e678a74896006f89657d2ac86fa03c846a6d7a (diff)
downloadgsoc2013-evolution-7b20b772d2460427ceefa7c463ed8f874762f57b.tar
gsoc2013-evolution-7b20b772d2460427ceefa7c463ed8f874762f57b.tar.gz
gsoc2013-evolution-7b20b772d2460427ceefa7c463ed8f874762f57b.tar.bz2
gsoc2013-evolution-7b20b772d2460427ceefa7c463ed8f874762f57b.tar.lz
gsoc2013-evolution-7b20b772d2460427ceefa7c463ed8f874762f57b.tar.xz
gsoc2013-evolution-7b20b772d2460427ceefa7c463ed8f874762f57b.tar.zst
gsoc2013-evolution-7b20b772d2460427ceefa7c463ed8f874762f57b.zip
Add a #include to fix a warning.
2003-05-09 Jeremy Katz <katzj@redhat.com> * main.c: Add a #include to fix a warning. * e-shell-offline-handler.c (update_dialog_clist): Use a list store instead of a tree model for the store. svn path=/trunk/; revision=21136
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 e41058377f..37cb7cdc8b 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -24,6 +24,7 @@
#include "e-util/e-dialog-utils.h"
#include "e-util/e-gtk-utils.h"
+#include "e-util/e-proxy.h"
#include "e-icon-factory.h"
#include "e-shell-constants.h"