aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2011-07-23 11:06:04 +0000
committerAndreas Schwab <schwab@gcc.gnu.org>2011-07-23 11:06:04 +0000
commit53390685bd7937bba38a13ca9c04dfd89a8c193f (patch)
tree3a63bc26da82420187d852a50d7d039770280f46 /libgfortran
parent0a6ecc08298cf396d6d47b47bc7579358d67db58 (diff)
downloadgcc-53390685bd7937bba38a13ca9c04dfd89a8c193f.zip
gcc-53390685bd7937bba38a13ca9c04dfd89a8c193f.tar.gz
gcc-53390685bd7937bba38a13ca9c04dfd89a8c193f.tar.bz2
ctime.c: Include <stdlib.h>.
* libgfortran/intrinsics/ctime.c: Include <stdlib.h>. * libgfortran/intrinsics/getlog.c: Likewise. * libgfortran/runtime/stop.c: Likewise. From-SVN: r176675
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog6
-rw-r--r--libgfortran/intrinsics/ctime.c1
-rw-r--r--libgfortran/intrinsics/getlog.c1
-rw-r--r--libgfortran/runtime/stop.c1
4 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 76f5f99..a30f264 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-23 Andreas Schwab <schwab@linux-m68k.org>
+
+ * intrinsics/ctime.c: Include <stdlib.h>.
+ * intrinsics/getlog.c: Likewise.
+ * runtime/stop.c: Likewise.
+
2011-07-23 Tobias Burnus <burnus@net-b.de>
PR fortran/49791
diff --git a/libgfortran/intrinsics/ctime.c b/libgfortran/intrinsics/ctime.c
index 92c0431..1c924a1 100644
--- a/libgfortran/intrinsics/ctime.c
+++ b/libgfortran/intrinsics/ctime.c
@@ -27,6 +27,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include "time_1.h"
+#include <stdlib.h>
#include <string.h>
diff --git a/libgfortran/intrinsics/getlog.c b/libgfortran/intrinsics/getlog.c
index 9e5c8de..f4fc0f6 100644
--- a/libgfortran/intrinsics/getlog.c
+++ b/libgfortran/intrinsics/getlog.c
@@ -25,6 +25,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#include "libgfortran.h"
+#include <stdlib.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
diff --git a/libgfortran/runtime/stop.c b/libgfortran/runtime/stop.c
index 912dd54..36174b7 100644
--- a/libgfortran/runtime/stop.c
+++ b/libgfortran/runtime/stop.c
@@ -24,6 +24,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
<http://www.gnu.org/licenses/>. */
#include "libgfortran.h"
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>