Author: Siva Chandra Reddy Date: 2020-12-14T08:51:54-08:00 New Revision: 9ad2091e78eb47e6707abbc7c83e208ea1150589
URL: https://github.com/llvm/llvm-project/commit/9ad2091e78eb47e6707abbc7c83e208ea1150589 DIFF: https://github.com/llvm/llvm-project/commit/9ad2091e78eb47e6707abbc7c83e208ea1150589.diff LOG: [libc][Obvious] Include <fenv.h> from DummyFenv.h. Added: Modified: libc/utils/FPUtil/DummyFEnv.h Removed: ################################################################################ diff --git a/libc/utils/FPUtil/DummyFEnv.h b/libc/utils/FPUtil/DummyFEnv.h index e303f6c2e690..4f4c2c05a231 100644 --- a/libc/utils/FPUtil/DummyFEnv.h +++ b/libc/utils/FPUtil/DummyFEnv.h @@ -9,6 +9,7 @@ #ifndef LLVM_LIBC_UTILS_FPUTIL_DUMMY_FENV_H #define LLVM_LIBC_UTILS_FPUTIL_DUMMY_FENV_H +#include <fenv.h> #include <math.h> namespace __llvm_libc { _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits