about summary refs log tree commit diff
path: root/math/e_scalb.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/e_scalb.c')
-rw-r--r--math/e_scalb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/e_scalb.c b/math/e_scalb.c
index 606af53724..f2c207ac8b 100644
--- a/math/e_scalb.c
+++ b/math/e_scalb.c
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: e_scalb.c,v 1.6 1995/05/10 20:46:09 jtc Exp $";
 
 #include <fenv.h>
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef _SCALB_INT
 #ifdef __STDC__