mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -18,7 +18,9 @@
|
|||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <float.h>
|
||||
#ifdef __i386__
|
||||
#include <ieeefp.h>
|
||||
#endif
|
||||
|
||||
#include "fpmath.h"
|
||||
#include "math.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue