X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fremainder.c;h=f8278baa82d97c6af24d0c95d5003f29b4831ef7;hb=7b5ccd5b5297e4a0e413a1517699fbfb5bb575be;hp=4faa6d49a15589407583b14b89081c6e8c9078b1;hpb=d22f4f43182fe1cc70b343b6a52cb8e3a54d1f44;p=libc-test diff --git a/src/math/remainder.c b/src/math/remainder.c index 4faa6d4..f8278ba 100644 --- a/src/math/remainder.c +++ b/src/math/remainder.c @@ -1,9 +1,10 @@ #include #include -#include "util.h" +#include "mtest.h" static struct dd_d t[] = { #include "sanity/remainder.h" +#include "special/remainder.h" };