]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_fmodf.c
2.5-18.1
[thirdparty/glibc.git] / math / w_fmodf.c
similarity index 98%
rename from sysdeps/generic/w_fmodf.c
rename to math/w_fmodf.c
index 9afe5ddfddfc0f49cc47e848a673a6dbb2d3cbaf..2bd133f2d71e2bdaf953f003086bc06e885ff4e8 100644 (file)
@@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: w_fmodf.c,v 1.3 1995/05/10 20:48:57 jtc Exp $";
  * wrapper fmodf(x,y)
  */
 
-#include "math.h"
+#include <math.h>
 #include "math_private.h"