From 81bdbe992b84097843561d2c76084f506503bba8 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Mon, 15 Mar 2010 11:32:36 +0100 Subject: Some more missing relocations fixed --- e-util/e-ui-manager.c | 1 + shell/e-shell-window-actions.c | 1 + 2 files changed, 2 insertions(+) diff --git a/e-util/e-ui-manager.c b/e-util/e-ui-manager.c index c6a73042f0..d7c249af06 100644 --- a/e-util/e-ui-manager.c +++ b/e-util/e-ui-manager.c @@ -17,6 +17,7 @@ */ #include "e-ui-manager.h" +#include "e-util-private.h" #include diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index b4330e95f2..9b14730c7b 100644 --- a/shell/e-shell-window-actions.c +++ b/shell/e-shell-window-actions.c @@ -22,6 +22,7 @@ #include "e-shell-window-private.h" #include "e-preferences-window.h" +#include #include #include #include -- cgit