Browse Source

Fixing windows build.

pull/73/head
elliot@mysql.com 20 years ago
parent
commit
5cd5e48761
  1. 4
      strings/strtod.c

4
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

Loading…
Cancel
Save