about summary refs log tree commit diff
path: root/math/w_remainderf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_remainderf.c')
-rw-r--r--math/w_remainderf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_remainderf.c b/math/w_remainderf.c
index ab1ea2d87c..95e6d302b9 100644
--- a/math/w_remainderf.c
+++ b/math/w_remainderf.c
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_remainderf.c,v 1.3 1995/05/10 20:49:46 jtc Exp
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
 	float __remainderf(float x, float y)	/* wrapper remainder */