Fix to install with MariDB on Windows
This commit is contained in:
parent
d48846f13b
commit
550c68cade
|
@ -4,6 +4,12 @@
|
|||
#include <ruby.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifndef HAVE_UINT
|
||||
#define HAVE_UINT
|
||||
typedef unsigned short ushort;
|
||||
typedef unsigned int uint;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MYSQL_H
|
||||
#include <mysql.h>
|
||||
#include <mysql_com.h>
|
||||
|
|
Loading…
Reference in New Issue