OSDN Git Service

Include math.h.
authorfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Oct 1998 11:38:34 +0000 (11:38 +0000)
committerfx <fx@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Oct 1998 11:38:34 +0000 (11:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23250 138bc75d-0d04-0410-961f-82ee72b054a4

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