diff options
Diffstat (limited to 'math/w_scalbf.c')
-rw-r--r-- | math/w_scalbf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_scalbf.c b/math/w_scalbf.c index 60cb5670ed..bd92cc1c00 100644 --- a/math/w_scalbf.c +++ b/math/w_scalbf.c @@ -24,7 +24,7 @@ static char rcsid[] = "$NetBSD: w_scalbf.c,v 1.3 1995/05/10 20:49:50 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> |