Skip to content

Commit 58e1dd9

Browse files
committed
Merge pull request #103 from ginggs/inline-fpgetprec-i386
Add missing include to inline __fpgetprec on i386
2 parents 91f517b + d37c9c3 commit 58e1dd9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ld80/s_exp2l.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <float.h>
3131
#include <stdint.h>
3232

33+
#include "amd64/bsd_cdefs.h"
3334
#include "amd64/bsd_ieeefp.h"
3435

3536
#include <openlibm_math.h>

0 commit comments

Comments
 (0)