From 8536e7f1c0d7935d4e5cfa629f6fd24c14f0b670 Mon Sep 17 00:00:00 2001
From: Not Zed <NotZed@Ximian.com>
Date: Wed, 24 Aug 2005 03:04:56 +0000
Subject: include missing e-error.h

2005-08-23  Not Zed  <NotZed@Ximian.com>

        * e-shell-window-commands.c: include missing e-error.h

        * e-component-registry.c (query_components): cast away a seemingly
        spurious warning.

svn path=/trunk/; revision=30213
---
 shell/e-shell-window-commands.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'shell/e-shell-window-commands.c')

diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c
index fa91cb7031..2623e2b46a 100644
--- a/shell/e-shell-window-commands.c
+++ b/shell/e-shell-window-commands.c
@@ -33,6 +33,7 @@
 
 #include "e-util/e-icon-factory.h"
 #include "e-util/e-dialog-utils.h"
+#include "e-util/e-error.h"
 
 #include <glib/gprintf.h>
 
-- 
cgit