about summary refs log tree commit diff
path: root/sysdeps/generic/k_tanl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/k_tanl.c')
-rw-r--r--sysdeps/generic/k_tanl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/generic/k_tanl.c b/sysdeps/generic/k_tanl.c
index 1504a1cd90..9993c6b998 100644
--- a/sysdeps/generic/k_tanl.c
+++ b/sysdeps/generic/k_tanl.c
@@ -1,6 +1,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <errno.h>
+#include "math_private.h"
 
 long double
 __kernel_tanl (long double x, long double y, int iy)