From: Bert Hubert Date: Thu, 30 Jul 2009 20:55:53 +0000 (+0000) Subject: Tobias Markmann assures us this fix will enable 'out of the box' compilation on Mac... X-Git-Tag: rec-3.2~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a45c14237388ffbc9f5643e98a256499ebc86e88;p=pdns Tobias Markmann assures us this fix will enable 'out of the box' compilation on Mac OS X 10.5.7 Untested! git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1389 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/unix_semaphore.cc b/pdns/unix_semaphore.cc index 220f7a22b..90ac9338f 100644 --- a/pdns/unix_semaphore.cc +++ b/pdns/unix_semaphore.cc @@ -29,7 +29,7 @@ #include -#if DARWIN || _AIX +#if DARWIN || _AIX || __APPLE__ // Darwin 6.0 Compatible implementation, uses pthreads so it portable across more platforms.