Browse Source

Fix Windows build problem following previous push.

pull/73/head
knielsen@mysql.com 20 years ago
parent
commit
a3019ab196
  1. 3
      strings/strtod.c

3
strings/strtod.c

@ -26,7 +26,8 @@
*/
#include "my_global.h" /* Includes errno.h */
#include "my_base.h" /* Defines EOVERFLOW on Windows */
#include "my_global.h" /* Includes errno.h */
#include "m_ctype.h"
#define MAX_DBL_EXP 308

Loading…
Cancel
Save