[COMMITTED] Add missing #include <fpu_control.h> to ARM fesetenv/feupdateenv.

Message ID 20140626204029.7F98C2C39B6@topped-with-meat.com
State Committed
Headers

Commit Message

Roland McGrath June 26, 2014, 8:40 p.m. UTC
  The recent rewrite dropped the proper #include.  arm-linux* builds were
getting it implicitly via a long chain of happenstance.

Committed as obvious.


Thanks,
Roland


	* sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
	* sysdeps/arm/feupdateenv.c: Likewise.
  

Patch

--- a/sysdeps/arm/fesetenv.c
+++ b/sysdeps/arm/fesetenv.c
@@ -17,6 +17,7 @@ 
    <http://www.gnu.org/licenses/>.  */
 
 #include <fenv.h>
+#include <fpu_control.h>
 #include <arm-features.h>
 
 
--- a/sysdeps/arm/feupdateenv.c
+++ b/sysdeps/arm/feupdateenv.c
@@ -18,6 +18,7 @@ 
    <http://www.gnu.org/licenses/>.  */
 
 #include <fenv.h>
+#include <fpu_control.h>
 #include <arm-features.h>