1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Resolved build problem: undeclared macros

This commit is contained in:
greg@mysql.com
2003-11-12 02:25:01 -05:00
parent a1199c7749
commit 82c0c6c42f

View File

@ -15,6 +15,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <my_global.h>
#include <my_sys.h>
#include <m_string.h>
#define ULONGLONG_MAX (~(ulonglong) 0)