makefile change: B variable is the build directory
[libc-test] / src / math / scalbf.c
index 8c190cc..c249153 100644 (file)
@@ -1,9 +1,12 @@
+#define _BSD_SOURCE 1
+#define _GNU_SOURCE 1
 #include <stdint.h>
 #include <stdio.h>
-#include "util.h"
+#include "mtest.h"
 
 static struct ff_f t[] = {
 #include "sanity/scalbf.h"
+#include "special/scalbf.h"
 
 };