8
0
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:
brodsom 2004-01-07 00:32:02 +00:00
parent 5a0b360981
commit 36acb09df9

View File

@ -31,7 +31,7 @@
// Utility functions
#ifdef LINUX
#if defined(LINUX) || defined(MINGW)
#define __need_size_t
#include <stddef.h>
#undef __need_size_t