瀏覽代碼

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

Include missing decls for ARM
Viral B. Shah 8 年之前
父節點
當前提交
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