Ver Fonte

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

Include missing decls for ARM
Viral B. Shah há 8 anos atrás
pai
commit
5dd13830bf
1 ficheiros alterados com 2 adições e 0 exclusões
  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