mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
Fix MINGW build
This commit is contained in:
parent
5a0b360981
commit
36acb09df9
@ -31,7 +31,7 @@
|
|||||||
// Utility functions
|
// Utility functions
|
||||||
|
|
||||||
|
|
||||||
#ifdef LINUX
|
#if defined(LINUX) || defined(MINGW)
|
||||||
#define __need_size_t
|
#define __need_size_t
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#undef __need_size_t
|
#undef __need_size_t
|
||||||
|
Loading…
Reference in New Issue
Block a user