diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-10 21:07:56 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-10 21:07:56 +0800 |
commit | ad14d512021021802a52d338e2377133b374d0b7 (patch) | |
tree | 93a809840f9052a05fa674375eefc7e7748eb5fd /shell/e-shell-view.c | |
parent | 56e6bdb414fb251d99ffe43667bbc2a25741091a (diff) | |
download | gsoc2013-evolution-ad14d512021021802a52d338e2377133b374d0b7.tar.gz gsoc2013-evolution-ad14d512021021802a52d338e2377133b374d0b7.tar.zst gsoc2013-evolution-ad14d512021021802a52d338e2377133b374d0b7.zip |
Relocate on windows paths in this file too
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index 9a8ec9c267..6135b58848 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -24,6 +24,7 @@ #include <string.h> #include <glib/gi18n.h> +#include "e-util/e-util-private.h" #include "e-util/e-util.h" #include "e-util/e-file-utils.h" #include "e-util/e-plugin-ui.h" |