diff options
author | Dave Love <fx@gcc.gnu.org> | 1998-10-23 11:38:34 +0000 |
---|---|---|
committer | Dave Love <fx@gcc.gnu.org> | 1998-10-23 11:38:34 +0000 |
commit | 87e6e875b3f9361438cdf9c55337f56bdfb539f6 (patch) | |
tree | 1486bc53c9ff3ce2eaa183566796a7eaa096a55d /libf2c/f2cext.c | |
parent | 45ae5597ebb9caa7a9d20dd1d0f70dd51601240e (diff) | |
download | gcc-87e6e875b3f9361438cdf9c55337f56bdfb539f6.tar.gz |
Include math.h.
From-SVN: r23250
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. */ |