about summary refs log tree commit diff
path: root/math/s_significand.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/s_significand.c')
-rw-r--r--math/s_significand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/s_significand.c b/math/s_significand.c
index 4a02dbcba1..197bc9c6e3 100644
--- a/math/s_significand.c
+++ b/math/s_significand.c
@@ -21,7 +21,7 @@ static char rcsid[] = "$NetBSD: s_significand.c,v 1.6 1995/05/10 20:48:11 jtc Ex
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
 	double __significand(double x)