summaryrefslogtreecommitdiff
path: root/libc/math/s_ldexpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/math/s_ldexpl.c')
-rw-r--r--libc/math/s_ldexpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/math/s_ldexpl.c b/libc/math/s_ldexpl.c
index df8b29f94..6a9ea4655 100644
--- a/libc/math/s_ldexpl.c
+++ b/libc/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__