X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffmodl.c;h=e10cd8a702490d1d9bc777ae70b171bb0525d396;hb=99aee8a0c90251874b0f4725c614f6b0bbaa4011;hp=7f715e3f7486245aff80fc7944820aa3b920e66f;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/fmodl.c b/src/math/fmodl.c index 7f715e3..e10cd8a 100644 --- a/src/math/fmodl.c +++ b/src/math/fmodl.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/fmod.h" #include "sanity/fmod.h" +#include "special/fmod.h" #elif LDBL_MANT_DIG == 64 #include "sanity/fmodl.h" +#include "special/fmodl.h" #endif };