diff options
Diffstat (limited to 'addressbook/gui/component/addressbook-storage.c')
-rw-r--r-- | addressbook/gui/component/addressbook-storage.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-storage.c b/addressbook/gui/component/addressbook-storage.c index f09c42f980..640217173d 100644 --- a/addressbook/gui/component/addressbook-storage.c +++ b/addressbook/gui/component/addressbook-storage.c @@ -55,9 +55,12 @@ #include <sys/stat.h> #include <errno.h> +#include <glib.h> #include <gnome-xml/parser.h> #include <gnome-xml/xmlmemory.h> +#include <libgnome/gnome-defs.h> +#include <libgnome/gnome-i18n.h> #include <bonobo/bonobo-object.h> #include <gal/util/e-util.h> |