mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-21 15:51:43 +02:00
SF#102 Fix building Poco on Debian GNU/kFreeBSD
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
namespace Poco {
|
||||
|
||||
|
||||
#if (POCO_OS == POCO_OS_LINUX) || (POCO_OS == POCO_OS_CYGWIN)
|
||||
#if (POCO_OS == POCO_OS_LINUX) || (POCO_OS == POCO_OS_CYGWIN) || (POCO_OS == POCO_OS_FREE_BSD)
|
||||
union semun
|
||||
{
|
||||
int val;
|
||||
|
Reference in New Issue
Block a user