X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Fcbrt.c;h=0feff3db6b34c16327ddd4deed18fc9537d886fd;hb=978759d6ea01cb406c634912a2e876aa8475955e;hp=55ecc5a33b0e02ba90604ee95cde5047cce29470;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/cbrt.c b/src/math/cbrt.c index 55ecc5a..0feff3d 100644 --- a/src/math/cbrt.c +++ b/src/math/cbrt.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "sanity/cbrt.h" +#include "special/cbrt.h" };