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