aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-08-12 23:07:55 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-08-12 23:07:55 +0800
commit8cb67e70a9ad2ee0f1d07f5ee63b4236b026ee13 (patch)
tree45cfb4aab70d2d3fd4944b6d65640ec87a9c80a6 /plugins
parente01e6e3c5535ea63493385a1a8f22438f64ba9e3 (diff)
downloadgsoc2013-evolution-8cb67e70a9ad2ee0f1d07f5ee63b4236b026ee13.tar
gsoc2013-evolution-8cb67e70a9ad2ee0f1d07f5ee63b4236b026ee13.tar.gz
gsoc2013-evolution-8cb67e70a9ad2ee0f1d07f5ee63b4236b026ee13.tar.bz2
gsoc2013-evolution-8cb67e70a9ad2ee0f1d07f5ee63b4236b026ee13.tar.lz
gsoc2013-evolution-8cb67e70a9ad2ee0f1d07f5ee63b4236b026ee13.tar.xz
gsoc2013-evolution-8cb67e70a9ad2ee0f1d07f5ee63b4236b026ee13.tar.zst
gsoc2013-evolution-8cb67e70a9ad2ee0f1d07f5ee63b4236b026ee13.zip
Added missing include.
2008-08-12 Milan Crha <mcrha@redhat.com> * ipod-sync.c: Added missing include. svn path=/trunk/; revision=35969
Diffstat (limited to 'plugins')
-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>