ieeefp.h is only needed on i386 class hardware.
Submitted by: bde Approved by: das (pre-approved)
This commit is contained in:
parent
ca50c4b871
commit
82b89f4850
@ -18,7 +18,9 @@
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <float.h>
|
||||
#ifdef __i386__
|
||||
#include <ieeefp.h>
|
||||
#endif
|
||||
|
||||
#include "fpmath.h"
|
||||
#include "math.h"
|
||||
|
Loading…
Reference in New Issue
Block a user