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

This commit is contained in:
Roland McGrath 2014-06-26 13:35:31 -07:00
parent 28b0a8c9f3
commit a3dd035d9d
3 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -17,6 +17,7 @@
<http://www.gnu.org/licenses/>. */
#include <fenv.h>
#include <fpu_control.h>
#include <arm-features.h>

View File

@ -18,6 +18,7 @@
<http://www.gnu.org/licenses/>. */
#include <fenv.h>
#include <fpu_control.h>
#include <arm-features.h>