diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-05-13 15:47:11 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-05-13 15:47:11 +0800 |
commit | 783f44840ac69f8bf98870c02cd971a370d4caff (patch) | |
tree | d1bb66084185e898b8869a6b7c0bc9237463baa4 /plugins | |
parent | 670c810b865bafc28f2e7fd4967a9f1e14ed899b (diff) | |
download | gsoc2013-evolution-783f44840ac69f8bf98870c02cd971a370d4caff.tar.gz 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
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ipod-sync/ChangeLog | 6 | ||||
-rw-r--r-- | plugins/ipod-sync/ipod.c | 1 |
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. |