X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fnearbyintl.c;h=0d62313a51f3b94b5833f945d0dc379ff84d366f;hb=99aee8a0c90251874b0f4725c614f6b0bbaa4011;hp=a86e83bbb4bd99b28d5b0355b15434b4b90746c7;hpb=9c6efc03eba4568ba9f1672a2bb0c50a047edd8e;p=libc-test diff --git a/src/math/nearbyintl.c b/src/math/nearbyintl.c index a86e83b..0d62313 100644 --- a/src/math/nearbyintl.c +++ b/src/math/nearbyintl.c @@ -1,13 +1,15 @@ #include #include -#include "util.h" +#include "mtest.h" static struct l_l t[] = { #if LDBL_MANT_DIG == 53 #include "sanity/nearbyint.h" +#include "special/nearbyint.h" #elif LDBL_MANT_DIG == 64 #include "sanity/nearbyintl.h" +#include "special/nearbyintl.h" #endif };