Explorar o código

Merge pull request #103 from ginggs/inline-fpgetprec-i386

Add missing include to inline __fpgetprec on i386
Viral B. Shah %!s(int64=9) %!d(string=hai) anos
pai
achega
58e1dd9a28
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>