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