We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a0bd5 commit a16df9aCopy full SHA for a16df9a
1 file changed
src/ngx_grpc_client.c
@@ -14,16 +14,17 @@
14
* limitations under the License.
15
*/
16
17
-#include <assert.h>
18
-#include <dlfcn.h>
19
-#include <stdbool.h>
+
20
#include <ngx_config.h>
21
#include <ngx_core.h>
22
#include <ngx_http.h>
23
#include <ngx_stream.h>
24
#include <ngx_http_lua_util.h>
25
#include <ngx_stream_lua_util.h>
26
+#include <assert.h>
+#include <dlfcn.h>
27
+#include <stdbool.h>
28
29
#ifndef NGX_GRPC_CLI_ENGINE_PATH
30
#define NGX_GRPC_CLI_ENGINE_PATH ""
0 commit comments