X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Froundl.c;h=99146f07a5fbd74ad29cc2f1ad310fbc7632bbab;hp=ce56e8a93bf7bb4ccb1a3e2e48ff288b9dacc1d2;hb=8051e08e10d2b739fcfcbc6bc7466e8d77fa49f1;hpb=b69f695acedd4ce2798ef9ea28d834ceccc789bd 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 +#include + #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double roundl(long double x) {