Include math.h.
authorDave Love <fx@gcc.gnu.org>
Fri, 23 Oct 1998 11:38:34 +0000 (11:38 +0000)
committerDave Love <fx@gcc.gnu.org>
Fri, 23 Oct 1998 11:38:34 +0000 (11:38 +0000)
From-SVN: r23250

libf2c/f2cext.c

index 2b51d88..eb18ee2 100644 (file)
@@ -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. */