diff options
Diffstat (limited to 'src/math/ilogb.c')
| -rw-r--r-- | src/math/ilogb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/ilogb.c b/src/math/ilogb.c index 2f37fa7b..0d826e04 100644 --- a/src/math/ilogb.c +++ b/src/math/ilogb.c @@ -1,5 +1,5 @@ # define TGSOURCE "ilogb.c" -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include <math.h> TYPE TGFN(ilogb)(TYPE x) |
