diff options
author | Milan Crha <mcrha@redhat.com> | 2008-08-12 23:07:55 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-08-12 23:07:55 +0800 |
commit | 8cb67e70a9ad2ee0f1d07f5ee63b4236b026ee13 (patch) | |
tree | 45cfb4aab70d2d3fd4944b6d65640ec87a9c80a6 | |
parent | e01e6e3c5535ea63493385a1a8f22438f64ba9e3 (diff) | |
download | gsoc2013-evolution-8cb67e70a9ad2ee0f1d07f5ee63b4236b026ee13.tar.gz 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
-rw-r--r-- | plugins/ipod-sync/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/ipod-sync/ipod-sync.c | 1 |
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> |