X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fcbrtl.c;h=111da1d7865441bcd19d893d06f50d881534a7b4;hb=d5fe2f139f48684f2e0f99a3c95ce63581e24740;hp=79f1749a64c503e315fcf5eb1fda755bdeae70a6;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/cbrtl.c b/src/math/cbrtl.c index 79f1749..111da1d 100644 --- a/src/math/cbrtl.c +++ b/src/math/cbrtl.c @@ -1,13 +1,15 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/cbrt.h" +#include "special/cbrt.h" #elif LDBL_MANT_DIG == 64 #include "sanity/cbrtl.h" +#include "special/cbrtl.h" #endif };