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 49cdf274..d0bbfaca 100644 --- a/src/math/logb.c +++ b/src/math/logb.c @@ -1,5 +1,5 @@ # define TGSOURCE "logb.c" -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include <math.h> TYPE TGFN(logb)(TYPE x) |
