Add missing #include <fpu_control.h> to ARM fesetenv/feupdateenv.
authorRoland McGrath <roland@hack.frob.com>
Thu, 26 Jun 2014 20:35:31 +0000 (13:35 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 26 Jun 2014 20:35:31 +0000 (13:35 -0700)
ChangeLog
sysdeps/arm/fesetenv.c
sysdeps/arm/feupdateenv.c

index 4ebff50..e522e41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2014-06-26  Roland McGrath  <roland@hack.frob.com>
 
+       * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
+       * sysdeps/arm/feupdateenv.c: Likewise.
+
        * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
 
 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
index ac47ae2..45187c0 100644 (file)
@@ -17,6 +17,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <fenv.h>
+#include <fpu_control.h>
 #include <arm-features.h>
 
 
index d811678..f9a1f28 100644 (file)
@@ -18,6 +18,7 @@
    <http://www.gnu.org/licenses/>.  */
 
 #include <fenv.h>
+#include <fpu_control.h>
 #include <arm-features.h>