From 3056231da29a138bc1d580aa2546dab54dfc5a87 Mon Sep 17 00:00:00 2001 From: Dmitry Volyntsev Date: Mon, 4 Feb 2019 11:45:24 +0300 Subject: [PATCH] Fixed building with Apple clang. This closes #89 issue on Github. --- njs/njs_shell.c | 1 - nxt/nxt_time.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3