From: Janne Blomqvist Date: Thu, 22 May 2014 21:17:29 +0000 (+0300) Subject: PR 60324 Handle long path names, don't use PATH_MAX. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=410e3e10dd4bd96ac933aa8294ee91fd91a5dd6e;p=gcc.git 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 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 9f5a39bfcd6..6fe0974098d 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2014-05-23 Janne Blomqvist + + PR libfortran/60324 + * runtime/string.c: Include stdlib.h. + 2014-05-22 Janne Blomqvist PR libfortran/60324 diff --git a/libgfortran/runtime/string.c b/libgfortran/runtime/string.c index 5beb0fbd971..b95d1997a5c 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