diff options
Diffstat (limited to 'math/s_ldexp.c')
-rw-r--r-- | math/s_ldexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/s_ldexp.c b/math/s_ldexp.c index 62e123c..e990217 100644 --- a/math/s_ldexp.c +++ b/math/s_ldexp.c @@ -15,7 +15,7 @@ static char rcsid[] = "$NetBSD: s_ldexp.c,v 1.6 1995/05/10 20:47:40 jtc Exp $"; #endif #include <math.h> -#include "math_private.h" +#include <math_private.h> #include <errno.h> #ifdef __STDC__ |