natDouble.cc: Include fdlibm.h, not mprec.h.

* java/lang/natDouble.cc: Include fdlibm.h, not mprec.h. From
	Edgar Villanueva <edgarvil@home.com>.

From-SVN: r37991
This commit is contained in:
Bryce McKinlay 2000-12-04 08:22:34 +00:00 committed by Bryce McKinlay
parent 6951bc4a54
commit 64fc0133eb
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-12-04 Bryce McKinlay <bryce@albatross.co.nz>
* java/lang/natDouble.cc: Include fdlibm.h, not mprec.h. From
Edgar Villanueva <edgarvil@home.com>.
2000-12-03 Tom Tromey <tromey@redhat.com>
* java/awt/geom/Point2D.java: Added protected constructor.

View File

@ -25,7 +25,7 @@ details. */
#include <stdio.h>
#include <string.h>
#include "mprec.h"
#include "fdlibm.h"
union u
{