summaryrefslogtreecommitdiff
path: root/libf2c/f2cext.c
diff options
context:
space:
mode:
authorDave Love <fx@gcc.gnu.org>1998-10-23 11:38:34 +0000
committerDave Love <fx@gcc.gnu.org>1998-10-23 11:38:34 +0000
commit87e6e875b3f9361438cdf9c55337f56bdfb539f6 (patch)
tree1486bc53c9ff3ce2eaa183566796a7eaa096a55d /libf2c/f2cext.c
parent45ae5597ebb9caa7a9d20dd1d0f70dd51601240e (diff)
downloadgcc-87e6e875b3f9361438cdf9c55337f56bdfb539f6.tar.gz
Include math.h.
From-SVN: r23250
Diffstat (limited to 'libf2c/f2cext.c')
-rw-r--r--libf2c/f2cext.c2
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. */