diff options
Diffstat (limited to 'src/math/floor.c')
| -rw-r--r-- | src/math/floor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/floor.c b/src/math/floor.c index 2b2e07ab..baa7d3a6 100644 --- a/src/math/floor.c +++ b/src/math/floor.c @@ -1,6 +1,6 @@ # define TGSOURCE "floor.c" #include <math.h> -#include "nonstd/tgmath.h" +#include "_tgmath.h" #include "errno.h" /** round down to nearest integer **/ |
