X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Fldexpf.c;h=3bad5f393f5a1f499ccb8c79c96856f760d30502;hp=f0981ae4f6fa6246124a3e27cde35e0814816a33;hb=8051e08e10d2b739fcfcbc6bc7466e8d77fa49f1;hpb=b69f695acedd4ce2798ef9ea28d834ceccc789bd diff --git a/src/math/ldexpf.c b/src/math/ldexpf.c index f0981ae4..3bad5f39 100644 --- a/src/math/ldexpf.c +++ b/src/math/ldexpf.c @@ -1,4 +1,4 @@ -#include "libm.h" +#include float ldexpf(float x, int n) {