Pārlūkot izejas kodu

Add missing include to inline __fpgetprec on i386
This fixes the unresolved symbol __fpgetprec in libopenlibm.so.1.0 on i386

Graham Inggs 9 gadi atpakaļ
vecāks
revīzija
d37c9c3970
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      ld80/s_exp2l.c

+ 1 - 0
ld80/s_exp2l.c

@@ -30,6 +30,7 @@
 #include <float.h>
 #include <stdint.h>
 
+#include "amd64/bsd_cdefs.h"
 #include "amd64/bsd_ieeefp.h"
 
 #include <openlibm_math.h>