X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Fremainderl.c;h=2a13c1d5af138b8b9607e82c724c3d81f4f3ddd7;hp=b99f93818b31c72c5f1d8045abbf9ca89e710d07;hb=be81f51030d90de8d5eb0b65dbdab3032d5cae23;hpb=b69f695acedd4ce2798ef9ea28d834ceccc789bd diff --git a/src/math/remainderl.c b/src/math/remainderl.c index b99f9381..2a13c1d5 100644 --- a/src/math/remainderl.c +++ b/src/math/remainderl.c @@ -1,4 +1,5 @@ -#include "libm.h" +#include +#include #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024 long double remainderl(long double x, long double y)