diff options
Diffstat (limited to 'math/e_scalb.c')
-rw-r--r-- | math/e_scalb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/e_scalb.c b/math/e_scalb.c index 606af53..f2c207a 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__ |