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