diff options
Diffstat (limited to 'src/math/log1p.c')
| -rw-r--r-- | src/math/log1p.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/log1p.c b/src/math/log1p.c index 5f3e2684..101e5186 100644 --- a/src/math/log1p.c +++ b/src/math/log1p.c @@ -1,7 +1,7 @@ # define TGSOURCE "log1p.c" #include "_tgmath.h" #include <math.h> -#include "fenv.h" +#include <fenv.h> TYPE TGFN(log1p)(TYPE x) { |
