Commit a14c9ddf authored by unknown's avatar unknown

Fixing windows build.


strings/strtod.c:
  Reverting previous change to include files (angle brackets instead of
  quotes) that broke windows build
parent de1499ea
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment