8
0
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:
stryqx 2004-01-12 00:56:03 +00:00
parent 3bc3cf2e01
commit f7d06df281

View File

@ -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