s390x: add single-instruction math functions
[oweals/musl.git] / src / math / fdiml.c
index cda3022e9b877489d37babe933b7799ead059efa..62e29b7df39e1cb25e73b844cbb98e423bf87d26 100644 (file)
@@ -1,4 +1,5 @@
-#include "libm.h"
+#include <math.h>
+#include <float.h>
 
 #if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
 long double fdiml(long double x, long double y)