From 6fe78080d707fcb986c971c9c106d37d6248678f Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 13 Jul 2000 02:11:57 +0000 Subject: Chris forgot to add #include to the source files 2000-07-12 Jeffrey Stedfast Chris forgot to add #include to the source files * providers/imap/camel-imap-store.c (imap_connect): Fixed Peter's fix, we don't want to send a string to a %d. svn path=/trunk/; revision=4133 --- camel/camel-folder-search.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/camel-folder-search.h') diff --git a/camel/camel-folder-search.h b/camel/camel-folder-search.h index e601eba4ce..eb06af946c 100644 --- a/camel/camel-folder-search.h +++ b/camel/camel-folder-search.h @@ -24,6 +24,7 @@ #include #include +#include #include #include -- cgit