diff options
Diffstat (limited to 'a11y/addressbook')
-rw-r--r-- | a11y/addressbook/Makefile.am | 1 | ||||
-rw-r--r-- | a11y/addressbook/ea-addressbook.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/a11y/addressbook/Makefile.am b/a11y/addressbook/Makefile.am index dfabdf27ba..5a39f32581 100644 --- a/a11y/addressbook/Makefile.am +++ b/a11y/addressbook/Makefile.am @@ -3,6 +3,7 @@ privlib_LTLIBRARIES = libevolution-addressbook-a11y.la INCLUDES = \ -DG_LOG_DOMAIN=\"evolution-a11y\" \ -I$(top_srcdir) \ + -I$(top_srcdir)/widgets \ -I$(top_srcdir)/a11y \ -I$(top_srcdir)/a11y/addressbook \ -I$(top_srcdir)/shell \ diff --git a/a11y/addressbook/ea-addressbook.c b/a11y/addressbook/ea-addressbook.c index 1abe1f2a4d..f218022ef9 100644 --- a/a11y/addressbook/ea-addressbook.c +++ b/a11y/addressbook/ea-addressbook.c @@ -23,7 +23,7 @@ * */ -#include <gal/e-text/e-text.h> +#include <text/e-text.h> #include "ea-factory.h" #include "ea-addressbook.h" #include "addressbook/ea-minicard.h" |