diff options
Diffstat (limited to 'lib/libm/src/e_asin.c')
| -rw-r--r-- | lib/libm/src/e_asin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/src/e_asin.c b/lib/libm/src/e_asin.c index 5348ea0e510..19fefa34552 100644 --- a/lib/libm/src/e_asin.c +++ b/lib/libm/src/e_asin.c @@ -44,7 +44,7 @@ static char rcsid[] = "$NetBSD: e_asin.c,v 1.9 1995/05/12 04:57:22 jtc Exp $"; * */ -#include <machine/cdefs.h> +#include <sys/cdefs.h> #include <float.h> #include <math.h> |
