math/gen: fix fma fenv flags on nan
[libc-test] / src / math / lgammal_r.c
index 2ebe612..9813f4e 100644 (file)
@@ -4,10 +4,12 @@
 
 static struct l_li t[] = {
 #if LDBL_MANT_DIG == 53
-#include "sanity/lgammal_r.h"
+#include "sanity/lgamma_r.h"
+#include "special/lgamma_r.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/lgammal_r.h"
+#include "special/lgammal_r.h"
 
 #endif
 };