about summary refs log tree commit diff
path: root/math/w_exp10f.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_exp10f.c')
-rw-r--r--math/w_exp10f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/w_exp10f.c b/math/w_exp10f.c
index 78e71be069..dcc8dc768e 100644
--- a/math/w_exp10f.c
+++ b/math/w_exp10f.c
@@ -18,7 +18,7 @@
  */
 
 #include <math.h>
-#include "math_private.h"
+#include <math_private.h>
 
 #ifdef __STDC__
 	float __exp10f(float x)		/* wrapper exp10f */