1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fixing windows build.

strings/strtod.c:
  Reverting previous change to include files (angle brackets instead of
  quotes) that broke windows build
This commit is contained in:
unknown
2006-06-30 00:10:41 -04:00
parent de1499ea59
commit a14c9ddf2b

View File

@@ -26,8 +26,8 @@
*/ */
#include <my_global.h> /* Includes errno.h */ #include "my_global.h" /* Includes errno.h */
#include <m_ctype.h> #include "m_ctype.h"
#define MAX_DBL_EXP 308 #define MAX_DBL_EXP 308
#define MAX_RESULT_FOR_MAX_EXP 1.79769313486232 #define MAX_RESULT_FOR_MAX_EXP 1.79769313486232