summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorpatg@govinda.patg.net <>2006-08-08 09:01:32 -0700
committerpatg@govinda.patg.net <>2006-08-08 09:01:32 -0700
commit8d1e5a5bb149baad9f23bc1f19d66020d476414f (patch)
tree2916bef1225d622c7fc389afa5e14cb32040ab90 /strings
parenta4eb61b88cbe4e8f6e43db2ca841fa60ec73467c (diff)
parenta9a345d9a59eb0fc04d53e7c86d08e07ca53cc7f (diff)
downloadmariadb-git-8d1e5a5bb149baad9f23bc1f19d66020d476414f.tar.gz
Merge govinda.patg.net:/home/patg/mysql-build/mysql-5.0-holyfoot
into govinda.patg.net:/home/patg/mysql-build/mysql-5.1-5.0-merge2 Push by holyfoot@production.mysql.com on Tue Jul 25 13:41:40 2006: bk clone -l -r'holyfoot/hf@mysql.com/deer.(none)|ChangeSet|20060725085017|41021' mysql-5.0 tmp_merge
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