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