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