X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fhypotl.c;h=27ca819dfc335da54d32868ea9a504594be763fd;hb=ea45c84bfba9dc8d703e963b18948b886fcd614e;hp=290bc80ca7b58d0ad830b13d9d5a545a7e867c9a;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/hypotl.c b/src/math/hypotl.c index 290bc80..27ca819 100644 --- a/src/math/hypotl.c +++ b/src/math/hypotl.c @@ -1,14 +1,16 @@ #include #include -#include "util.h" +#include "mtest.h" static struct ll_l t[] = { #if LDBL_MANT_DIG == 53 #include "ucb/hypot.h" #include "sanity/hypot.h" +#include "special/hypot.h" #elif LDBL_MANT_DIG == 64 #include "sanity/hypotl.h" +#include "special/hypotl.h" #endif };