X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fsqrt.c;h=1c0d50206971807754746b26d4f8ccb52e4774f8;hb=99aee8a0c90251874b0f4725c614f6b0bbaa4011;hp=dae1e20516a30f049ecd26c3d461248f2de3256e;hpb=5729b0cb56800bde195ac79324f23af6a54bdaac;p=libc-test diff --git a/src/math/sqrt.c b/src/math/sqrt.c index dae1e20..1c0d502 100644 --- a/src/math/sqrt.c +++ b/src/math/sqrt.c @@ -1,10 +1,11 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "ucb/sqrt.h" #include "sanity/sqrt.h" +#include "special/sqrt.h" };