diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-15 18:32:36 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-15 18:33:18 +0800 |
commit | 81bdbe992b84097843561d2c76084f506503bba8 (patch) | |
tree | 97487ade81e96ce5958167847004ea29e651276a | |
parent | daa764afac6b6ac8c709038371c4288d706b36cb (diff) | |
download | gsoc2013-evolution-81bdbe992b84097843561d2c76084f506503bba8.tar.gz gsoc2013-evolution-81bdbe992b84097843561d2c76084f506503bba8.tar.zst gsoc2013-evolution-81bdbe992b84097843561d2c76084f506503bba8.zip |
Some more missing relocations fixed
-rw-r--r-- | e-util/e-ui-manager.c | 1 | ||||
-rw-r--r-- | shell/e-shell-window-actions.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 <string.h> 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 <e-util/e-util-private.h> #include <e-util/e-dialog-utils.h> #include <e-util/e-alert-dialog.h> #include <e-util/e-print.h> |