X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexp2f.c;h=a3192d039747d220ac935e17c2e29f520b82f664;hb=978759d6ea01cb406c634912a2e876aa8475955e;hp=9d297809c1829effdccaeb1abc6131888e3185a8;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/exp2f.c b/src/math/exp2f.c index 9d29780..a3192d0 100644 --- a/src/math/exp2f.c +++ b/src/math/exp2f.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_f t[] = { #include "sanity/exp2f.h" +#include "special/exp2f.h" };