diff options
Diffstat (limited to 'src/math/nexttowardl.c')
-rw-r--r-- | src/math/nexttowardl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/nexttowardl.c b/src/math/nexttowardl.c index c393ce97..67a63403 100644 --- a/src/math/nexttowardl.c +++ b/src/math/nexttowardl.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include <math.h> long double nexttowardl(long double x, long double y) { |