Skip to content

Commit 8492ba9

Browse files
committed
Fixed Go package and PHP module building.
Go package and PHP module could not be built after changeset 5817734dd9b9.
1 parent cbab493 commit 8492ba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/go/unit/nxt_go_run_ctx.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
#include <nxt_main.h>
12-
#include <nxt_application.h>
12+
#include <nxt_router.h>
1313
#include <nxt_port_memory_int.h>
1414

1515
#ifndef _NXT_GO_PROCESS_T_DEFINED_

src/nxt_php_sapi.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "php_variables.h"
1212

1313
#include <nxt_main.h>
14-
#include <nxt_application.h>
14+
#include <nxt_router.h>
1515

1616

1717
static nxt_int_t nxt_php_init(nxt_task_t *task, nxt_common_app_conf_t *conf);

0 commit comments

Comments
 (0)