X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fcbrtf.c;h=6eacc48034675daa510dc7aa54f7c2159203fb60;hb=e46cff2afb47cd99dbdfad31f411c3f7c23ac3f5;hp=305d03f47e513b0d0791928a0acea6c84982fc31;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/cbrtf.c b/src/math/cbrtf.c index 305d03f..6eacc48 100644 --- a/src/math/cbrtf.c +++ b/src/math/cbrtf.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "sanity/cbrtf.h" +#include "special/cbrtf.h" };