Skip to content

Commit d37c9c3

Browse files
committed
Add missing include to inline __fpgetprec on i386
This fixes the unresolved symbol __fpgetprec in libopenlibm.so.1.0 on i386
1 parent 91f517b commit d37c9c3

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)