diff options
Diffstat (limited to 'shell/e-shell-window-private.h')
-rw-r--r-- | shell/e-shell-window-private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h index 02a688503e..de2b32471a 100644 --- a/shell/e-shell-window-private.h +++ b/shell/e-shell-window-private.h @@ -43,6 +43,9 @@ #include <e-shell-window-actions.h> #include <e-shell-utils.h> +/* backward-compatibility cruft */ +#include "e-util/gtk-compat.h" + #define E_SHELL_WINDOW_GET_PRIVATE(obj) \ (G_TYPE_INSTANCE_GET_PRIVATE \ ((obj), E_TYPE_SHELL_WINDOW, EShellWindowPrivate)) |