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