diff options
author | monty@mysql.com <> | 2006-06-30 04:28:04 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2006-06-30 04:28:04 +0300 |
commit | 2356a54ca17f4766584bf7a16394e331688747f4 (patch) | |
tree | bef5f3b0b17e6cc8a5008e34d6aefaa463bd2758 /strings | |
parent | 3cc6d95d18a6a94f1f6d920b5fb5f11564cf92b9 (diff) | |
parent | d76830faa5bb3cfd4d4d3b507b2fce4920b0b8a5 (diff) | |
download | mariadb-git-2356a54ca17f4766584bf7a16394e331688747f4.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/my/mysql-5.0
Diffstat (limited to 'strings')
-rw-r--r-- | strings/strtod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/strings/strtod.c b/strings/strtod.c index 61f2c107abe..da1b4f4baa6 100644 --- a/strings/strtod.c +++ b/strings/strtod.c @@ -26,8 +26,8 @@ */ -#include "my_base.h" /* Includes errno.h */ -#include "m_ctype.h" +#include <my_global.h> /* Includes errno.h */ +#include <m_ctype.h> #define MAX_DBL_EXP 308 #define MAX_RESULT_FOR_MAX_EXP 1.79769313486232 |