mirror of
https://github.com/MariaDB/server.git
synced 2025-09-03 20:43:11 +03:00
Fix for bug#9166: Cluster compile failure on Solaris 10
This commit is contained in:
@@ -14,8 +14,10 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
|
||||||
|
|
||||||
|
#ifdef __sgi
|
||||||
/* define on IRIX to get posix compliant vsnprintf */
|
/* define on IRIX to get posix compliant vsnprintf */
|
||||||
#define _XOPEN_SOURCE 500
|
#define _XOPEN_SOURCE 500
|
||||||
|
#endif
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <basestring_vsnprintf.h>
|
#include <basestring_vsnprintf.h>
|
||||||
#include <my_config.h>
|
#include <my_config.h>
|
||||||
|
Reference in New Issue
Block a user