Commit d9f99ec4 by Uros Bizjak

getcwd.c: Include stdlib.h.

	* intrinsics/getcwd.c: Include stdlib.h.

From-SVN: r210962
parent 0389fbb5
2014-05-27 Uros Bizjak <ubizjak@gmail.com>
* intrinsics/getcwd.c: Include stdlib.h.
2014-05-26 Janne Blomqvist <jb@gcc.gnu.org> 2014-05-26 Janne Blomqvist <jb@gcc.gnu.org>
* libgfortran.h (xrealloc): New prototype. * libgfortran.h (xrealloc): New prototype.
......
...@@ -25,6 +25,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ...@@ -25,6 +25,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include "libgfortran.h" #include "libgfortran.h"
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <errno.h> #include <errno.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