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/nxt_php_sapi.c | |
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/nxt_php_sapi.c')
-rw-r--r-- | src/nxt_php_sapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nxt_main.h> -#include <nxt_application.h> +#include <nxt_router.h> static nxt_int_t nxt_php_init(nxt_task_t *task, nxt_common_app_conf_t *conf); |