mirror of
https://git.planet-casio.com/Lephenixnoir/OpenLibm.git
synced 2024-12-28 04:23:41 +01:00
Merge pull request #103 from ginggs/inline-fpgetprec-i386
Add missing include to inline __fpgetprec on i386
This commit is contained in:
commit
58e1dd9a28
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#include <float.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "amd64/bsd_cdefs.h"
|
||||
#include "amd64/bsd_ieeefp.h"
|
||||
|
||||
#include <openlibm_math.h>
|
||||
|
|
Loading…
Reference in a new issue