diff options
author | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-23 11:06:04 +0000 |
---|---|---|
committer | schwab <schwab@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-23 11:06:04 +0000 |
commit | afd623137286b5fa1ed32323e43cd8119935e376 (patch) | |
tree | 3a63bc26da82420187d852a50d7d039770280f46 /libgfortran/runtime | |
parent | 8006b2e37552cb1bddd5e4cb134984f5c772efaf (diff) | |
download | ppe42-gcc-afd623137286b5fa1ed32323e43cd8119935e376.tar.gz ppe42-gcc-afd623137286b5fa1ed32323e43cd8119935e376.zip |
* libgfortran/intrinsics/ctime.c: Include <stdlib.h>.
* libgfortran/intrinsics/getlog.c: Likewise.
* libgfortran/runtime/stop.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176675 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/runtime')
-rw-r--r-- | libgfortran/runtime/stop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/runtime/stop.c b/libgfortran/runtime/stop.c index 912dd54fbf7..36174b714f2 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> |