X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffdiml.c;h=a709b2efb547decd732690c6f6b0ebba9ead0e0c;hb=9b9e359952c7591c8cf54ae49a412bbc96bc9cd6;hp=9f6eb95a29ee699f9c3494987d12a2081a6aa9d3;hpb=713aa1df9c8a3b2a5515c862a06bdab47e20dcf2;p=libc-test diff --git a/src/math/fdiml.c b/src/math/fdiml.c index 9f6eb95..a709b2e 100644 --- a/src/math/fdiml.c +++ b/src/math/fdiml.c @@ -5,9 +5,11 @@ static struct ll_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/fdim.h" +#include "special/fdim.h" #elif LDBL_MANT_DIG == 64 #include "sanity/fdiml.h" +#include "special/fdiml.h" #endif };