Skip to content

Commit 103558d

Browse files
committed
bugfix: we now introduce the ngx_<subsys>_lua_autoconf.h header file automatically generated by the config file.
1 parent a8d60d4 commit 103558d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/subsys/ngx_subsys_lua_common.h.tt2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
#define _NGX_[% SUBSYS %]_LUA_COMMON_H_INCLUDED_
1010

1111

12+
#include "ngx_[% subsys %]_lua_autoconf.h"
13+
1214
#include <nginx.h>
1315
#include <ngx_core.h>
1416
#include <ngx_[% subsys %].h>

0 commit comments

Comments
 (0)