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