From 410e3e10dd4bd96ac933aa8294ee91fd91a5dd6e Mon Sep 17 00:00:00 2001 From: Janne Blomqvist Date: Fri, 23 May 2014 00:17:29 +0300 Subject: PR 60324 Handle long path names, don't use PATH_MAX. 2014-05-23 Janne Blomqvist PR libfortran/60324 * runtime/string.c: Include stdlib.h. From-SVN: r210827 --- libgfortran/runtime/string.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libgfortran/runtime') diff --git a/libgfortran/runtime/string.c b/libgfortran/runtime/string.c index 5beb0fb..b95d199 100644 --- a/libgfortran/runtime/string.c +++ b/libgfortran/runtime/string.c @@ -24,6 +24,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "libgfortran.h" #include +#include /* Given a fortran string, return its length exclusive of the trailing -- cgit v1.1