makefile change: B variable is the build directory
[libc-test] / src / math / scalbf.c
index 9861b8c..c249153 100644 (file)
@@ -1,6 +1,8 @@
+#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"