summaryrefslogtreecommitdiff
path: root/strings/atof.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/atof.c')
-rw-r--r--strings/atof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/atof.c b/strings/atof.c
index 1ce16027089..1284695d287 100644
--- a/strings/atof.c
+++ b/strings/atof.c
@@ -23,7 +23,7 @@
Must be inited with init_my_atof to handle possibly overflows.
*/
-#include <global.h>
+#include <my_global.h>
#ifdef USE_MY_ATOF /* Skipp if we don't want it */
#include <m_ctype.h>
#include <floatingpoint.h>