diff options
Diffstat (limited to 'math/e_scalbl.c')
-rw-r--r-- | math/e_scalbl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/e_scalbl.c b/math/e_scalbl.c index 1f5677d9f4..ad3595c0c5 100644 --- a/math/e_scalbl.c +++ b/math/e_scalbl.c @@ -26,7 +26,7 @@ static char rcsid[] = "$NetBSD: $"; #include <fenv.h> #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef _SCALB_INT #ifdef __STDC__ |