diff options
author | elliot@mysql.com <> | 2006-06-30 00:10:41 -0400 |
---|---|---|
committer | elliot@mysql.com <> | 2006-06-30 00:10:41 -0400 |
commit | 5cd5e48761187d6cbb4377dba4c0887927ab8f19 (patch) | |
tree | ce7f8e13dc8a5d0b247899babaee5e016ffbf7a5 /strings | |
parent | 2356a54ca17f4766584bf7a16394e331688747f4 (diff) | |
download | mariadb-git-5cd5e48761187d6cbb4377dba4c0887927ab8f19.tar.gz |
Fixing windows build.
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 da1b4f4baa6..c2534b509d6 100644 --- a/strings/strtod.c +++ b/strings/strtod.c @@ -26,8 +26,8 @@ */ -#include <my_global.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 |