math/gen: fix fma fenv flags on nan
[libc-test] / src / math / rintl.c
index e8cd73b..1879f3c 100644 (file)
@@ -5,9 +5,11 @@
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/rint.h"
+#include "special/rint.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/rintl.h"
+#include "special/rintl.h"
 
 #endif
 };