fix local makefiles to make it possible to rebuild binaries
[libc-test] / src / math / ldexpf.c
index 37a7c03..4a1b742 100644 (file)
@@ -1,16 +1,17 @@
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct fi_f t[] = {
 #include "sanity/ldexpf.h"
+#include "special/ldexpf.h"
 
 };
 
 int main(void)
 {
        #pragma STDC FENV_ACCESS ON
-       double y;
+       float y;
        float d;
        int e, i, err = 0;
        struct fi_f *p;