From 673f25f75a4f4cc783395e50b8e6344e1321915c Mon Sep 17 00:00:00 2001
From: Dmitry Frank <mail@dmitryfrank.com>
Date: Mon, 29 Jan 2018 23:49:31 +0200
Subject: [PATCH] Include stdbool.h for NRF52

Fixes https://github.com/cesanta/mjs/issues/82
Integrates https://github.com/cesanta/mjs/pull/85

PUBLISHED_FROM=2f5f50c25ec1c92fdfb783cd95cb57f0cb20642b
---
 mongoose.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mongoose.h b/mongoose.h
index 5112294f6..bfdba362b 100644
--- a/mongoose.h
+++ b/mongoose.h
@@ -1085,6 +1085,7 @@ int gettimeofday(struct timeval *tp, void *tzp);
 #include <ctype.h>
 #include <errno.h>
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <string.h>
 #include <time.h>
-- 
GitLab