about summary refs log tree commit diff
path: root/math/w_exp10.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_exp10.c')
-rw-r--r--math/w_exp10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_exp10.c b/math/w_exp10.c
index 9447d8fa2a..1512cc0a34 100644
--- a/math/w_exp10.c
+++ b/math/w_exp10.c
@@ -18,7 +18,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
 	double __exp10(double x)		/* wrapper exp10 */