X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fmodfl.c;h=787fb8b94fa022410933e23402209e4713b23f6e;hb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;hp=c555cd439c5f5c9112dd92efc9a58db18bd1874e;hpb=9c6efc03eba4568ba9f1672a2bb0c50a047edd8e;p=libc-test diff --git a/src/math/modfl.c b/src/math/modfl.c index c555cd4..787fb8b 100644 --- a/src/math/modfl.c +++ b/src/math/modfl.c @@ -5,8 +5,10 @@ static struct l_ll t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/modf.h" +#include "special/modf.h" #elif LDBL_MANT_DIG == 64 #include "sanity/modfl.h" +#include "special/modfl.h" #endif };