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