diff options
Diffstat (limited to 'src/math/roundl.c')
-rw-r--r-- | src/math/roundl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/math/roundl.c b/src/math/roundl.c index ce56e8a9..99146f07 100644 --- a/src/math/roundl.c +++ b/src/math/roundl.c @@ -25,7 +25,9 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "libm.h" +#include <math.h> +#include <float.h> + #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double roundl(long double x) { |