From fb50e4181af8e961e466a7e871270b9d0325a376 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 20 Oct 2000 05:19:04 +0000 Subject: [PATCH] #include before 2000-10-19 Chris Toshok * camel-folder-search.c: #include before --- camel/ChangeLog | 4 ++++ camel/camel-folder-search.c | 1 + 2 files changed, 5 insertions(+) diff --git a/camel/ChangeLog b/camel/ChangeLog index f5367d2..fde6145 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 6687067..ff9539c 100644 --- a/camel/camel-folder-search.c +++ b/camel/camel-folder-search.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include -- 2.7.4