From 9e05e85b66931177dde10db56d5255bd5b3cf0ea Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 26 Aug 2014 20:54:52 +0000 Subject: [PATCH] Fixed a typo in HAVE_FENV_H implementation --- src/base/ctexceptions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/ctexceptions.cpp b/src/base/ctexceptions.cpp index b9a9e64b3..7342e7344 100644 --- a/src/base/ctexceptions.cpp +++ b/src/base/ctexceptions.cpp @@ -5,7 +5,7 @@ #include "cantera/base/global.h" #include "cantera/base/stringUtils.h" -#ifdef HAVE_FENVH +#ifdef HAVE_FENV_H #include #endif #include