aboutsummaryrefslogtreecommitdiff
path: root/libc/src/fenv/feupdateenv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/src/fenv/feupdateenv.cpp')
-rw-r--r--libc/src/fenv/feupdateenv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/src/fenv/feupdateenv.cpp b/libc/src/fenv/feupdateenv.cpp
index 7e81b94..0664863 100644
--- a/libc/src/fenv/feupdateenv.cpp
+++ b/libc/src/fenv/feupdateenv.cpp
@@ -10,7 +10,7 @@
#include "src/__support/FPUtil/FEnvImpl.h"
#include "src/__support/common.h"
-#include <fenv.h>
+#include "hdr/types/fenv_t.h"
namespace LIBC_NAMESPACE {