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