Skip to content

Commit

Permalink
Change time.h inclusion path for ARM toolchain
Browse files Browse the repository at this point in the history
- Tested with ARM compiler 5 and IAR 8
  • Loading branch information
toyowata committed Dec 19, 2017
1 parent efdf9ab commit 69a23a8
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 69a23a8

Please sign in to comment.