From 8492ba945b3573e8b73ed137b089b563d75b2f15 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 28 Dec 2017 21:07:28 +0300 Subject: Fixed Go package and PHP module building. Go package and PHP module could not be built after changeset 5817734dd9b9. --- src/go/unit/nxt_go_run_ctx.h | 2 +- src/nxt_php_sapi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/go/unit/nxt_go_run_ctx.h b/src/go/unit/nxt_go_run_ctx.h index 5c6775ab..42163295 100644 --- a/src/go/unit/nxt_go_run_ctx.h +++ b/src/go/unit/nxt_go_run_ctx.h @@ -9,7 +9,7 @@ #include -#include +#include #include #ifndef _NXT_GO_PROCESS_T_DEFINED_ diff --git a/src/nxt_php_sapi.c b/src/nxt_php_sapi.c index 10b5a4e9..425305a5 100644 --- a/src/nxt_php_sapi.c +++ b/src/nxt_php_sapi.c @@ -11,7 +11,7 @@ #include "php_variables.h" #include -#include +#include static nxt_int_t nxt_php_init(nxt_task_t *task, nxt_common_app_conf_t *conf); -- cgit