Skip to content

Commit 2a4fb19

Browse files
authored
Add missing "jerryscript.h" include to esp-idf target (#4759)
JerryScript-DCO-1.0-Signed-off-by: ChrisPei [email protected]
1 parent 74f98ec commit 2a4fb19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/esp-idf/module.c

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include <sys/stat.h>
2222
#include <unistd.h>
2323

24+
#include "jerryscript.h"
2425
#include "jerryscript-port.h"
2526

2627
/**

0 commit comments

Comments
 (0)