aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/fenv/feupdateenv_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libc/test/src/fenv/feupdateenv_test.cpp')
-rw-r--r--libc/test/src/fenv/feupdateenv_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/test/src/fenv/feupdateenv_test.cpp b/libc/test/src/fenv/feupdateenv_test.cpp
index 96f253f..251b856 100644
--- a/libc/test/src/fenv/feupdateenv_test.cpp
+++ b/libc/test/src/fenv/feupdateenv_test.cpp
@@ -6,12 +6,12 @@
//
//===----------------------------------------------------------------------===//
+#include "hdr/types/fenv_t.h"
#include "src/fenv/feupdateenv.h"
#include "src/__support/FPUtil/FEnvImpl.h"
#include "test/UnitTest/Test.h"
-#include <fenv.h>
#include <signal.h>
TEST(LlvmLibcFEnvTest, UpdateEnvTest) {