summaryrefslogtreecommitdiff
path: root/test/src/fenv/rounding_mode_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/fenv/rounding_mode_test.cpp')
-rw-r--r--test/src/fenv/rounding_mode_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/fenv/rounding_mode_test.cpp b/test/src/fenv/rounding_mode_test.cpp
index 4560160e8e2e..ec2e27ecc818 100644
--- a/test/src/fenv/rounding_mode_test.cpp
+++ b/test/src/fenv/rounding_mode_test.cpp
@@ -11,7 +11,7 @@
#include "test/UnitTest/Test.h"
-#include <fenv.h>
+#include "hdr/fenv_macros.h"
TEST(LlvmLibcRoundingModeTest, SetAndGet) {
struct ResetDefaultRoundingMode {