]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
module-context.h: Include required array.h internally.
authorTimo Sirainen <tss@iki.fi>
Sat, 6 Feb 2010 14:58:07 +0000 (16:58 +0200)
committerTimo Sirainen <tss@iki.fi>
Sat, 6 Feb 2010 14:58:07 +0000 (16:58 +0200)
--HG--
branch : HEAD

src/lib/module-context.h

index 9f10aaea4f601ca616fa918749cecdebec6dc085..dc834a6633de2d11ed33af00715ec6ad3053fac4 100644 (file)
@@ -1,6 +1,8 @@
 #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
    in module_contexts arrays.