소스 검색

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

Add missing include to inline __fpgetprec on i386
Viral B. Shah 9 년 전
부모
커밋
58e1dd9a28
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>