diff options
author | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-23 11:38:34 +0000 |
---|---|---|
committer | fx <fx@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-10-23 11:38:34 +0000 |
commit | a5e1f341965728a0064a345aaaaad0737def40f5 (patch) | |
tree | 1486bc53c9ff3ce2eaa183566796a7eaa096a55d /libf2c/f2cext.c | |
parent | 724f667a70e84b4a6ccbec76d94f8b6b95caea1f (diff) | |
download | gcc-a5e1f341965728a0064a345aaaaad0737def40f5.tar.gz |
Include math.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23250 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/f2cext.c')
-rw-r--r-- | libf2c/f2cext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libf2c/f2cext.c b/libf2c/f2cext.c index 2b51d88e75c..eb18ee2fb0a 100644 --- a/libf2c/f2cext.c +++ b/libf2c/f2cext.c @@ -16,7 +16,7 @@ License along with GNU Fortran; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - +#include <math.h> /* for j0 et al */ #include <f2c.h> typedef void *sig_proc; /* For now, this will have to do. */ |