From: Dave Love Date: Fri, 23 Oct 1998 11:38:34 +0000 (+0000) Subject: Include math.h. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87e6e875b3f9361438cdf9c55337f56bdfb539f6;p=platform%2Fupstream%2Fgcc.git Include math.h. From-SVN: r23250 --- diff --git a/libf2c/f2cext.c b/libf2c/f2cext.c index 2b51d88..eb18ee2 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 /* for j0 et al */ #include typedef void *sig_proc; /* For now, this will have to do. */