X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ftanh.c;h=df172adb85a243aca3fbc6e04853dba15775c19c;hb=e46cff2afb47cd99dbdfad31f411c3f7c23ac3f5;hp=59376e123c2ba91bc038b1c811f223143c805fd9;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/tanh.c b/src/math/tanh.c index 59376e1..df172ad 100644 --- a/src/math/tanh.c +++ b/src/math/tanh.c @@ -1,10 +1,11 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "ucb/tanh.h" #include "sanity/tanh.h" +#include "special/tanh.h" };