about summary refs log tree commit diff
path: root/math/w_log2l.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_log2l.c')
-rw-r--r--math/w_log2l.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_log2l.c b/math/w_log2l.c
index b1d8706f2a..ff7ba2621e 100644
--- a/math/w_log2l.c
+++ b/math/w_log2l.c
@@ -3,7 +3,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 long double
 __log2l (long double x)	/* wrapper log2l */