diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-12 20:42:45 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-12 20:42:45 +0000 |
commit | 6ccb3c22a78e5cf7509ad39b68c2cc70278ed819 (patch) | |
tree | 25cc5e9e2db710343108ffd0889128e52c37f4c2 /libf2c/libF77 | |
parent | d73fd61247ef6ccc4c2d5af5cd64fd0d2ca7eff2 (diff) | |
download | gcc-6ccb3c22a78e5cf7509ad39b68c2cc70278ed819.tar.gz |
* libF77/getenv_.c: Include stdlib.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26385 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/libF77')
-rw-r--r-- | libf2c/libF77/getenv_.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libf2c/libF77/getenv_.c b/libf2c/libF77/getenv_.c index b9916e6065e..bc116feb38a 100644 --- a/libf2c/libF77/getenv_.c +++ b/libf2c/libF77/getenv_.c @@ -1,5 +1,10 @@ #include "f2c.h" +#ifndef KR_headers +#undef abs +#include <stdlib.h> +#endif + /* * getenv - f77 subroutine to return environment variables * |