changeset 10644:5e2075b5b25f HEAD

module-context.h: Include required array.h internally.
author Timo Sirainen <tss@iki.fi>
date Sat, 06 Feb 2010 16:58:07 +0200
parents e0b6f739510d
children 928312d6017c
files src/lib/module-context.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,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.