aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__cxx03/cfenv
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__cxx03/cfenv')
-rw-r--r--libcxx/include/__cxx03/cfenv4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/__cxx03/cfenv b/libcxx/include/__cxx03/cfenv
index d707f5a..d3a5839 100644
--- a/libcxx/include/__cxx03/cfenv
+++ b/libcxx/include/__cxx03/cfenv
@@ -54,9 +54,9 @@ int feupdateenv(const fenv_t* envp);
#include <__cxx03/__config>
-#include <__cxx03/fenv.h>
+#include <fenv.h>
-#ifndef _LIBCPP___CXX03_FENV_H
+#ifndef _LIBCPP_FENV_H
# error <cfenv> tried including <fenv.h> but didn't find libc++'s <fenv.h> header. \
This usually means that your header search paths are not configured properly. \
The header search paths should contain the C++ Standard Library headers before \