summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorjoerg@trift2. <>2006-07-24 16:04:40 +0200
committerjoerg@trift2. <>2006-07-24 16:04:40 +0200
commit1419b5c249528408e7a0abf2a218ba9e4a9e698f (patch)
treeda40932dbb7c1089ec453f7dd71b7d4606da9c1d /strings
parent37408ed0f3235d846206d9462541a02bfa762d98 (diff)
parent671019efd650ee0aaafc13c813c43f7780d2173c (diff)
downloadmariadb-git-1419b5c249528408e7a0abf2a218ba9e4a9e698f.tar.gz
Merge trift2.:/M41/push-1-4.1
into trift2.:/M50/merge-4.1-to-5.0
Diffstat (limited to 'strings')
-rw-r--r--strings/strtod.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/strings/strtod.c b/strings/strtod.c
index e0910205d2f..7171a6e0801 100644
--- a/strings/strtod.c
+++ b/strings/strtod.c
@@ -26,8 +26,7 @@
*/
-#include "my_base.h" /* Defines EOVERFLOW on Windows */
-#include "my_global.h" /* Includes errno.h */
+#include "my_base.h" /* Includes errno.h + EOVERFLOW */
#include "m_ctype.h"
#define MAX_DBL_EXP 308