aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.