Use free Windows DDK and compile with latest MinGW releases.
[reactos.git] / reactos / lib / msvcrt / math / frexp.c
index 27de8a3..f7140b2 100644 (file)
@@ -1,6 +1,5 @@
-#include <msvcrt/math.h>
-#include <msvcrt/stdlib.h>
-#include <msvcrt/internal/ieee.h>
+#include <msvcrti.h>
+
 
 double
 frexp(double __x, int *exptr)