mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2025-04-04 09:37:13 +02:00
Merge pull request #88 from scialex/fix-i386
Fix build for x86 32 bit targets
This commit is contained in:
commit
efcb36079a
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…
Add table
Reference in a new issue