Skip to content

Commit a16df9a

Browse files
authored
feat: change the order of header files to support openresty-1.23.5.1 (#73)
1 parent 60a0bd5 commit a16df9a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/ngx_grpc_client.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@
1414
* limitations under the License.
1515
*/
1616

17-
#include <assert.h>
18-
#include <dlfcn.h>
19-
#include <stdbool.h>
17+
2018
#include <ngx_config.h>
2119
#include <ngx_core.h>
2220
#include <ngx_http.h>
2321
#include <ngx_stream.h>
2422
#include <ngx_http_lua_util.h>
2523
#include <ngx_stream_lua_util.h>
2624

25+
#include <assert.h>
26+
#include <dlfcn.h>
27+
#include <stdbool.h>
2728

2829
#ifndef NGX_GRPC_CLI_ENGINE_PATH
2930
#define NGX_GRPC_CLI_ENGINE_PATH ""

0 commit comments

Comments
 (0)