diff src/imap/imap-fetch.c @ 3470:346a494c2feb HEAD

Moved array declaration to array-decl.h and include it in lib.h. So array.h needs to be now included to use any array_*() functions.
author Timo Sirainen <tss@iki.fi>
date Mon, 04 Jul 2005 14:32:13 +0300
parents 8632ec8486c6
children 55df57c028d4
line wrap: on
line diff
--- a/src/imap/imap-fetch.c	Mon Jul 04 00:35:18 2005 +0300
+++ b/src/imap/imap-fetch.c	Mon Jul 04 14:32:13 2005 +0300
@@ -1,6 +1,7 @@
 /* Copyright (C) 2002-2004 Timo Sirainen */
 
 #include "common.h"
+#include "array.h"
 #include "buffer.h"
 #include "istream.h"
 #include "ostream.h"