Include missing header file in mbed/mbedos5. (#2083)

JerryScript-DCO-1.0-Signed-off-by: Marko Fabo mfabo@inf.u-szeged.hu
This commit is contained in:
Marko Fabo 2017-11-10 12:58:53 +01:00 committed by Akos Kiss
parent 7e51423ca7
commit 9c013310ab
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include "mbed-drivers/mbed.h"
#include "jerry-core/include/jerryscript.h"
#include "jerry-core/include/jerryscript-port.h"
#include "jerry_run.h"
#include "jerry-targetjs.h"

View File

@ -16,6 +16,7 @@
#include "rtos.h"
#include "jerry-core/include/jerryscript.h"
#include "jerry-core/include/jerryscript-port.h"
#include "jerryscript-mbed-event-loop/EventLoop.h"