about summary refs log tree commit diff
path: root/math/w_acoshl.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_acoshl.c')
-rw-r--r--math/w_acoshl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_acoshl.c b/math/w_acoshl.c
index ae67911ae5..3c77321dc2 100644
--- a/math/w_acoshl.c
+++ b/math/w_acoshl.c
@@ -23,7 +23,7 @@ static char rcsid[] = "$NetBSD: $";
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
 	long double __acoshl(long double x)	/* wrapper acosh */