diff options
Diffstat (limited to 'math/w_hypot.c')
-rw-r--r-- | math/w_hypot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_hypot.c b/math/w_hypot.c index ab929f78ad..df69ed383b 100644 --- a/math/w_hypot.c +++ b/math/w_hypot.c @@ -19,7 +19,7 @@ static char rcsid[] = "$NetBSD: w_hypot.c,v 1.6 1995/05/10 20:49:07 jtc Exp $"; */ #include <math.h> -#include "math_private.h" +#include <math_private.h> #ifdef __STDC__ |