Skip to content

Commit

Permalink
Merge pull request #1 from toyowata/arm_tool_patch
Browse files Browse the repository at this point in the history
Change time.h inclusion path for ARM toolchain
  • Loading branch information
janjongboom authored Feb 2, 2018
2 parents efdf9ab + 69a23a8 commit 6c99e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbed-js/source/jerry_port_mbed.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define _BSD_SOURCE
#include <stdarg.h>
#include <stdlib.h>
#include <sys/time.h>
#include <time.h>

#include "jerry-core/include/jerryscript-port.h"

Expand Down

0 comments on commit 6c99e31

Please sign in to comment.