From 612c083579a78c9d51fa9976e46f45b6cbaf93db Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 14 Mar 2017 15:09:17 +0300 Subject: Fixed unit tests building broken by the previous commit. --- test/nxt_lib_unit_test.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/nxt_lib_unit_test.c') diff --git a/test/nxt_lib_unit_test.c b/test/nxt_lib_unit_test.c index fce4c963..2dc6e2b7 100644 --- a/test/nxt_lib_unit_test.c +++ b/test/nxt_lib_unit_test.c @@ -9,6 +9,9 @@ extern char **environ; +nxt_module_init_t nxt_init_modules[0]; +nxt_uint_t nxt_init_modules_n; + /* The function is defined here to prevent inline optimizations. */ static nxt_bool_t -- cgit