X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffrexpl.c;h=e04821bb1f343150f78dc01e74cb78ddf9a2ce30;hb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;hp=23fffa1e61b096e536d1083e79ce8d42872e9fd6;hpb=5729b0cb56800bde195ac79324f23af6a54bdaac;p=libc-test diff --git a/src/math/frexpl.c b/src/math/frexpl.c index 23fffa1..e04821b 100644 --- a/src/math/frexpl.c +++ b/src/math/frexpl.c @@ -5,9 +5,11 @@ static struct l_li t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/frexp.h" +#include "special/frexp.h" #elif LDBL_MANT_DIG == 64 #include "sanity/frexpl.h" +#include "special/frexpl.h" #endif };