aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
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/runtime
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/runtime')
-rw-r--r--libgfortran/runtime/stop.c1
1 files changed, 1 insertions, 0 deletions
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>