diff options
-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> |