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