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

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