From ad83addd3b0b61f0f81d6c38aedf6017a1c24d59 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 20 Oct 2000 05:19:04 +0000 Subject: #include before 2000-10-19 Chris Toshok * camel-folder-search.c: #include before svn path=/trunk/; revision=6072 --- camel/ChangeLog | 4 ++++ camel/camel-folder-search.c | 1 + 2 files changed, 5 insertions(+) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index f5367d2e0c..fde6145f65 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,7 @@ +2000-10-19 Chris Toshok + + * camel-folder-search.c: #include before + 2000-10-19 Dan Winship * providers/imap/camel-imap-utils.c (imap_parse_list_response): diff --git a/camel/camel-folder-search.c b/camel/camel-folder-search.c index 6687067d13..ff9539c9ec 100644 --- a/camel/camel-folder-search.c +++ b/camel/camel-folder-search.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include -- cgit