X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexp.c;h=68e41d1f74bb36fb2a9a6de8ecbf5f346e3087cd;hb=e444a960e992bc5a55142ac7f3267a08fc6ce0f5;hp=e7a77a7de920691fac794a4dd2cc56d3aaf8a47d;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/exp.c b/src/math/exp.c index e7a77a7..68e41d1 100644 --- a/src/math/exp.c +++ b/src/math/exp.c @@ -1,11 +1,12 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "crlibm/exp.h" #include "ucb/exp.h" #include "sanity/exp.h" +#include "special/exp.h" };