X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fexp2.c;h=f98a99577258525bdcb109a36844521ba1efac39;hb=54f9b934d9a1df306ea05e4a2cd31b5909b5667b;hp=0a1ccb6112881a12dc9fb969193dbb6cc5a4c238;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/exp2.c b/src/math/exp2.c index 0a1ccb6..f98a995 100644 --- a/src/math/exp2.c +++ b/src/math/exp2.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct d_d t[] = { #include "sanity/exp2.h" +#include "special/exp2.h" };