diff options
author | patg@govinda.patg.net <> | 2006-08-08 09:01:32 -0700 |
---|---|---|
committer | patg@govinda.patg.net <> | 2006-08-08 09:01:32 -0700 |
commit | 8d1e5a5bb149baad9f23bc1f19d66020d476414f (patch) | |
tree | 2916bef1225d622c7fc389afa5e14cb32040ab90 /strings | |
parent | a4eb61b88cbe4e8f6e43db2ca841fa60ec73467c (diff) | |
parent | a9a345d9a59eb0fc04d53e7c86d08e07ca53cc7f (diff) | |
download | mariadb-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.c | 3 |
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 |