mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Fix build for i386
This would not build on i386 due to a missing include.
This commit is contained in:
parent
c53d2ddbe2
commit
f30b0d3045
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "fpmath.h"
|
||||
#include "math_private.h"
|
||||
#if defined(_WIN32) && defined(__i386__)
|
||||
#if defined(__i386__)
|
||||
#include "i387/bsd_ieeefp.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue