From: Dmitry Volyntsev Date: Mon, 4 Feb 2019 08:45:24 +0000 (+0300) Subject: Fixed building with Apple clang. X-Git-Tag: 0.2.8~45 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=3056231da29a138bc1d580aa2546dab54dfc5a87;p=njs.git Fixed building with Apple clang. This closes #89 issue on Github. --- diff --git a/njs/njs_shell.c b/njs/njs_shell.c index c677c784..0645812e 100644 --- a/njs/njs_shell.c +++ b/njs/njs_shell.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include diff --git a/nxt/nxt_time.c b/nxt/nxt_time.c index 787430fe..635d791b 100644 --- a/nxt/nxt_time.c +++ b/nxt/nxt_time.c @@ -10,6 +10,7 @@ #include #include +#include uint64_t nxt_time(void)