aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarish Krishnaswamy <kharish@novell.com>2006-05-13 15:47:11 +0800
committerHarish Krishnaswamy <kharish@src.gnome.org>2006-05-13 15:47:11 +0800
commit783f44840ac69f8bf98870c02cd971a370d4caff (patch)
treed1bb66084185e898b8869a6b7c0bc9237463baa4
parent670c810b865bafc28f2e7fd4967a9f1e14ed899b (diff)
downloadgsoc2013-evolution-783f44840ac69f8bf98870c02cd971a370d4caff.tar
gsoc2013-evolution-783f44840ac69f8bf98870c02cd971a370d4caff.tar.gz
gsoc2013-evolution-783f44840ac69f8bf98870c02cd971a370d4caff.tar.bz2
gsoc2013-evolution-783f44840ac69f8bf98870c02cd971a370d4caff.tar.lz
gsoc2013-evolution-783f44840ac69f8bf98870c02cd971a370d4caff.tar.xz
gsoc2013-evolution-783f44840ac69f8bf98870c02cd971a370d4caff.tar.zst
gsoc2013-evolution-783f44840ac69f8bf98870c02cd971a370d4caff.zip
patch submitted by: Hiroyuki Ikezoe
2006-05-13 Harish Krishnaswamy <kharish@novell.com> patch submitted by: Hiroyuki Ikezoe * ipod.c: Remove compiler warning. Fixes 341606. svn path=/trunk/; revision=31980
-rw-r--r--plugins/ipod-sync/ChangeLog6
-rw-r--r--plugins/ipod-sync/ipod.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/plugins/ipod-sync/ChangeLog b/plugins/ipod-sync/ChangeLog
index 6b61b881df..49de2f187e 100644
--- a/plugins/ipod-sync/ChangeLog
+++ b/plugins/ipod-sync/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-13 Harish Krishnaswamy <kharish@novell.com>
+
+ patch submitted by: Hiroyuki Ikezoe
+
+ * ipod.c: Remove compiler warning. Fixes 341606.
+
2006-05-08 Srinivasa Ragavan <sragavan@novell.com>
* ipod-sync.c: (destination_save_addressbook),
diff --git a/plugins/ipod-sync/ipod.c b/plugins/ipod-sync/ipod.c
index 1cff429c22..3519951c5d 100644
--- a/plugins/ipod-sync/ipod.c
+++ b/plugins/ipod-sync/ipod.c
@@ -10,6 +10,7 @@
#include "config.h"
#include "evolution-ipod-sync.h"
#include <unistd.h>
+#include <string.h>
/**
* Ensure that HAL is running before we try to use it.