소스 검색

Merge pull request #141 from arjenroodselaar/fix-arm-decls

Include missing decls for ARM
Viral B. Shah 9 년 전
부모
커밋
5dd13830bf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      include/openlibm_fenv_arm.h

+ 2 - 0
include/openlibm_fenv_arm.h

@@ -31,6 +31,8 @@
 
 #include <stdint.h>
 
+#include "cdefs-compat.h"
+
 #ifndef	__fenv_static
 #define	__fenv_static	static
 #endif