From 548fa4f72a68b3c47034efcc98a4e573d53f91a7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 13 Jul 2000 02:14:50 +0000 Subject: Oops, missed a source file. Added #include and renamed strstrcase to e_strstrcase in providers/imap/camel-imap-folder.c svn path=/trunk/; revision=4134 --- camel/providers/imap/camel-imap-folder.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'camel/providers') diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c index 5165845a32..da426ed6f3 100644 --- a/camel/providers/imap/camel-imap-folder.c +++ b/camel/providers/imap/camel-imap-folder.c @@ -34,6 +34,8 @@ #include #include +#include + #include "camel-imap-folder.h" #include "camel-imap-store.h" #include "camel-imap-stream.h" @@ -967,7 +969,7 @@ get_header_field (gchar *header, gchar *field) { gchar *part, *index, *p, *q; - index = strstrcase (header, field); + index = e_strstrcase (header, field); if (index == NULL) return NULL; -- cgit v1.2.3