Include math.h.

From-SVN: r23250
This commit is contained in:
Dave Love 1998-10-23 11:38:34 +00:00
parent 45ae5597eb
commit 87e6e875b3

View 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. */