From bb9e2eb0600e7160deb4f0ebb67dfb7cc3bb93b9 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 23 Jun 2001 07:14:23 +0000 Subject: Fix a bunch of stupid warnings caused by missing includes. Also placate GCC on a bogus "uninitialized variable" error. svn path=/trunk/; revision=10438 --- shell/e-shell-view-menu.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shell/e-shell-view-menu.c') diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 09ea066bcf..5f314ade50 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -28,7 +28,10 @@ #include #include + #include +#include + #include #include #include -- cgit v1.2.3