Commit e8283787 by Rainer Orth Committed by Rainer Orth

Include <stdlib.h> in intrinsics/random.c

	* intrinsics/random.c: Include <stdlib.h>.

From-SVN: r239375
parent 7ddbcf6b
2016-08-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* intrinsics/random.c: Include <stdlib.h>.
2016-08-11 Janne Blomqvist <jb@gcc.gnu.org>
* intrinsics/random.c: Replace KISS with xorshift1024* using
......
......@@ -27,6 +27,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include "libgfortran.h"
#include <gthr.h>
#include <string.h>
#include <stdlib.h>
/* For getosrandom. */
#ifdef HAVE_SYS_TYPES_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment