Skip to content
Snippets Groups Projects
Commit 673f25f7 authored by Dmitry Frank's avatar Dmitry Frank Committed by Cesanta Bot
Browse files

Include stdbool.h for NRF52

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

PUBLISHED_FROM=2f5f50c25ec1c92fdfb783cd95cb57f0cb20642b
parent 961fb96b
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment