summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--newlib/libm/machine/arm/fesetenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libm/machine/arm/fesetenv.c b/newlib/libm/machine/arm/fesetenv.c
index eb44db3c7..d98235628 100644
--- a/newlib/libm/machine/arm/fesetenv.c
+++ b/newlib/libm/machine/arm/fesetenv.c
@@ -29,7 +29,7 @@
* $FreeBSD$
*/
-#include <fenv.h>
+#include "_fenv.h"
int fesetenv(const fenv_t *envp)
{