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