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:
parent
6951bc4a54
commit
64fc0133eb
2 changed files with 6 additions and 1 deletions
|
@ -25,7 +25,7 @@ details. */
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "mprec.h"
|
||||
#include "fdlibm.h"
|
||||
|
||||
union u
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue