From 69a23a8ce53046466272da0d45ee55eb3945764d Mon Sep 17 00:00:00 2001 From: Toyomasa Watarai Date: Tue, 19 Dec 2017 16:08:26 +0900 Subject: [PATCH] Change time.h inclusion path for ARM toolchain - Tested with ARM compiler 5 and IAR 8 --- mbed-js/source/jerry_port_mbed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbed-js/source/jerry_port_mbed.c b/mbed-js/source/jerry_port_mbed.c index 3e225b0..a47cee7 100644 --- a/mbed-js/source/jerry_port_mbed.c +++ b/mbed-js/source/jerry_port_mbed.c @@ -16,7 +16,7 @@ #define _BSD_SOURCE #include #include -#include +#include #include "jerry-core/include/jerryscript-port.h"