diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-12-28 21:07:28 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-12-28 21:07:28 +0300 |
commit | 8492ba945b3573e8b73ed137b089b563d75b2f15 (patch) | |
tree | 44faf6d061b84978929231495203dace53ecb96a /src/go | |
parent | cbab4939ec3dbb55c382293c834172fcedcec399 (diff) | |
download | unit-8492ba945b3573e8b73ed137b089b563d75b2f15.tar.gz unit-8492ba945b3573e8b73ed137b089b563d75b2f15.tar.bz2 |
Fixed Go package and PHP module building.0.3
Go package and PHP module could not be built after changeset 5817734dd9b9.
Diffstat (limited to 'src/go')
-rw-r--r-- | src/go/unit/nxt_go_run_ctx.h | 2 |
1 files changed, 1 insertions, 1 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 <nxt_main.h> -#include <nxt_application.h> +#include <nxt_router.h> #include <nxt_port_memory_int.h> #ifndef _NXT_GO_PROCESS_T_DEFINED_ |