aboutsummaryrefslogtreecommitdiff
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 95a72eb..3caa535 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__