Browse Source

Include missing decls for ARM

Arjen Roodselaar 8 years ago
parent
commit
212f8a1b4c
1 changed files with 2 additions and 0 deletions
  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