Skip to content

Commit b47acb0

Browse files
author
Martijn The
committed
Bugfix: add missing stdlib.h include for rand() usage in ecma-builtin-math.c
1 parent 90f2473 commit b47acb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jerry-core/ecma/builtin-objects/ecma-builtin-math.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*/
1515

1616
#include <math.h>
17+
#include <stdlib.h>
1718

1819
#include "ecma-alloc.h"
1920
#include "ecma-builtins.h"

0 commit comments

Comments
 (0)