X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fhypot.c;h=9890ed4cbf67131138427c972a3c22232a4baf27;hb=4b4849e54740efe153632dfb14052d7210cea6c6;hp=842ceb4132e6d8f36fd348238bd2e2e428e3e09b;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/hypot.c b/src/math/hypot.c index 842ceb4..9890ed4 100644 --- a/src/math/hypot.c +++ b/src/math/hypot.c @@ -1,10 +1,11 @@ #include #include -#include "util.h" +#include "mtest.h" static struct dd_d t[] = { #include "ucb/hypot.h" #include "sanity/hypot.h" +#include "special/hypot.h" };