diff options
Diffstat (limited to 'plugins/ipod-sync')
-rw-r--r-- | plugins/ipod-sync/sync.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ipod-sync/sync.c b/plugins/ipod-sync/sync.c index 1da7ecd983..a444af1bd9 100644 --- a/plugins/ipod-sync/sync.c +++ b/plugins/ipod-sync/sync.c @@ -20,8 +20,9 @@ #include "config.h" #include "evolution-ipod-sync.h" -#include <gnome.h> +#include <gtk/gtk.h> +#include <glib/gi18n-lib.h> #include <libebook/e-book.h> #include <libebook/e-contact.h> #include <libecal/e-cal.h> |