about summary refs log tree commit diff
path: root/math/k_cosl.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/k_cosl.c')
-rw-r--r--math/k_cosl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/k_cosl.c b/math/k_cosl.c
index 29b83d6273..bf3708b157 100644
--- a/math/k_cosl.c
+++ b/math/k_cosl.c
@@ -1,7 +1,7 @@
 #include <math.h>
 #include <stdio.h>
 #include <errno.h>
-#include "math_private.h"
+#include <math_private.h>
 
 long double
 __kernel_cosl (long double x, long double y)