X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=blobdiff_plain;f=src%2Fmath%2Fexp2l.c;h=2a669e06562eaa281443112ce173eb2b42241430;hp=72d6ead9f5e4d4d19081639249f4079f50bbcc29;hb=f3f0ff4782fc90bd0f3e48fd541ee431f76aaed1;hpb=9aeadc5b0fdc9679c8c257c1a8521f76f1e3b0e7 diff --git a/src/math/exp2l.c b/src/math/exp2l.c index 72d6ead..2a669e0 100644 --- a/src/math/exp2l.c +++ b/src/math/exp2l.c @@ -5,9 +5,11 @@ static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/exp2.h" +#include "special/exp2.h" #elif LDBL_MANT_DIG == 64 #include "sanity/exp2l.h" +#include "special/exp2l.h" #endif };