Ver Fonte

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

Add missing include to inline __fpgetprec on i386
Viral B. Shah há 9 anos atrás
pai
commit
58e1dd9a28
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      ld80/s_exp2l.c

+ 1 - 0
ld80/s_exp2l.c

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