add the BUILD variable to the makefiles to control the build root
[libc-test] / src / math / truncl.c
index a3b3a7a..3cbdc5e 100644 (file)
@@ -5,9 +5,11 @@
 static struct l_l t[] = {
 #if LDBL_MANT_DIG == 53
 #include "sanity/trunc.h"
+#include "special/trunc.h"
 
 #elif LDBL_MANT_DIG == 64
 #include "sanity/truncl.h"
+#include "special/truncl.h"
 
 #endif
 };