diff options
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/table/e-cell-text.c | 1 | ||||
-rw-r--r-- | widgets/text/e-text.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c index 077357c5d6..ae4b31d6b6 100644 --- a/widgets/table/e-cell-text.c +++ b/widgets/table/e-cell-text.c @@ -54,6 +54,7 @@ #include "e-util/e-util.h" #include "misc/e-canvas.h" #include "e-util/e-unicode.h" +#include "e-util/gtk-compat.h" #include "e-table.h" #include "e-cell-text.h" diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c index 92fc67cbfa..bb55b87f4c 100644 --- a/widgets/text/e-text.c +++ b/widgets/text/e-text.c @@ -53,6 +53,7 @@ #include <glib/gi18n.h> #include "e-util/e-text-event-processor-emacs-like.h" #include "e-util/e-util.h" +#include "e-util/gtk-compat.h" #include "e-text.h" |