dovecot-2.0: module-context.h: Include required array.h internally.

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 6 16:58:12 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/5e2075b5b25f
changeset: 10644:5e2075b5b25f
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Feb 06 16:58:07 2010 +0200
description:
module-context.h: Include required array.h internally.

diffstat:

1 file changed, 2 insertions(+)
src/lib/module-context.h |    2 ++

diffs (11 lines):

diff -r e0b6f739510d -r 5e2075b5b25f src/lib/module-context.h
--- a/src/lib/module-context.h	Sat Feb 06 01:58:33 2010 +0200
+++ b/src/lib/module-context.h	Sat Feb 06 16:58:07 2010 +0200
@@ -1,5 +1,7 @@
 #ifndef MODULE_CONTEXT_H
 #define MODULE_CONTEXT_H
+
+#include "array.h"
 
 /*
    This is a bit complex to use, but it prevents using wrong module IDs


More information about the dovecot-cvs mailing list