Add missing headers for srand() to jerry-minimal and riot-stm32f4

A buildoption test is also added to test jerry-cmdline-minimal.

JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
This commit is contained in:
Zsolt Borbély
2017-11-04 00:58:37 +01:00
committed by yichoi
parent 4690d128b3
commit ee24965bcf
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@
* limitations under the License.
*/
#include <stdlib.h>
#include <string.h>
#include "jerryscript.h"