From 783f44840ac69f8bf98870c02cd971a370d4caff Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Sat, 13 May 2006 07:47:11 +0000 Subject: patch submitted by: Hiroyuki Ikezoe 2006-05-13 Harish Krishnaswamy patch submitted by: Hiroyuki Ikezoe * ipod.c: Remove compiler warning. Fixes 341606. svn path=/trunk/; revision=31980 --- plugins/ipod-sync/ChangeLog | 6 ++++++ plugins/ipod-sync/ipod.c | 1 + 2 files changed, 7 insertions(+) (limited to 'plugins/ipod-sync') 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 + + patch submitted by: Hiroyuki Ikezoe + + * ipod.c: Remove compiler warning. Fixes 341606. + 2006-05-08 Srinivasa Ragavan * 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 +#include /** * Ensure that HAL is running before we try to use it. -- cgit v1.2.3