aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/ipod-sync/ChangeLog4
-rw-r--r--plugins/ipod-sync/ipod-sync.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/plugins/ipod-sync/ChangeLog b/plugins/ipod-sync/ChangeLog
index ce1f317c42..2afd831e4c 100644
--- a/plugins/ipod-sync/ChangeLog
+++ b/plugins/ipod-sync/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-12 Milan Crha <mcrha@redhat.com>
+
+ * ipod-sync.c: Added missing include.
+
2008-04-19 Matthew Barnes <mbarnes@redhat.com>
* ical-fomat.c (do_save_calendar_ical):
diff --git a/plugins/ipod-sync/ipod-sync.c b/plugins/ipod-sync/ipod-sync.c
index 3743ed8bd6..4315c1cfe2 100644
--- a/plugins/ipod-sync/ipod-sync.c
+++ b/plugins/ipod-sync/ipod-sync.c
@@ -32,6 +32,7 @@
#include <glib.h>
#include <gio/gio.h>
#include <glib/gi18n.h>
+#include <unistd.h>
#include <libebook/e-book.h>
#include <libebook/e-contact.h>