Commit f5ea1f4f authored by unknown's avatar unknown

Resolved build problem: undeclared macros


strings/my_strtoll10.c:
  Include my_sys.h for MY_ERRNO_ERANGE and MY_ERRNO_EDOM macros.
parent 9dbaca65
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_global.h> #include <my_global.h>
#include <my_sys.h>
#include <m_string.h> #include <m_string.h>
#define ULONGLONG_MAX (~(ulonglong) 0) #define ULONGLONG_MAX (~(ulonglong) 0)
......
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