X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fmodff.c;h=dfdd3ab72c8a8c79b6d2f2a764088dbf58d08709;hb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;hp=0791dc0f12b0ae278d90503f09ab7a1e0bb795e9;hpb=9c6efc03eba4568ba9f1672a2bb0c50a047edd8e;p=libc-test diff --git a/src/math/modff.c b/src/math/modff.c index 0791dc0..dfdd3ab 100644 --- a/src/math/modff.c +++ b/src/math/modff.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct f_ff t[] = { #include "sanity/modff.h" +#include "special/modff.h" }; int main(void)