Apple fix

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@951 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2009-01-26 19:58:04 +00:00
parent 797f97f415
commit 0c4b7983f8

View file

@ -20,7 +20,7 @@
// ----------------------------------------------------------------------------
#if !defined(__CYGWIN__) || (defined(__CYGWIN__) && __GNUC__ > 3)
#if (!defined(__CYGWIN__) || (defined(__CYGWIN__) && __GNUC__ > 3)) && !defined(__APPLE__)
#include <loki/LevelMutex.h>