Explorar el Código

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

Add missing include to inline __fpgetprec on i386
Viral B. Shah hace 9 años
padre
commit
58e1dd9a28
Se han modificado 1 ficheros con 1 adiciones y 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>