diff options
author | joerg@trift2. <> | 2006-07-17 19:38:46 +0200 |
---|---|---|
committer | joerg@trift2. <> | 2006-07-17 19:38:46 +0200 |
commit | 671019efd650ee0aaafc13c813c43f7780d2173c (patch) | |
tree | 99aebe076897d0aa96e9fb6bd2b5c3cfebea20c9 /strings | |
parent | 0d15e5e340bdabdb3df9aae42d2d2579d09edf66 (diff) | |
download | mariadb-git-671019efd650ee0aaafc13c813c43f7780d2173c.tar.gz |
strings/strtod.c : Ensure the definition of "EOVERFLOW" is available.
In 5.0, this is already solved, so that is a null-merge ("ul").
Diffstat (limited to 'strings')
-rw-r--r-- | strings/strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strtod.c b/strings/strtod.c index da1b4f4baa6..1663cd61b78 100644 --- a/strings/strtod.c +++ b/strings/strtod.c @@ -26,7 +26,7 @@ */ -#include <my_global.h> /* Includes errno.h */ +#include <my_base.h> /* Includes errno.h */ #include <m_ctype.h> #define MAX_DBL_EXP 308 |