From 807138876ab6d04b4369e33cf92cb6fd40744c61 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 6 Feb 2010 16:58:07 +0200 Subject: [PATCH] module-context.h: Include required array.h internally. --HG-- branch : HEAD --- src/lib/module-context.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/module-context.h b/src/lib/module-context.h index 9f10aaea4f..dc834a6633 100644 --- a/src/lib/module-context.h +++ b/src/lib/module-context.h @@ -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. -- 2.47.3