summaryrefslogtreecommitdiff
path: root/src/semaphore.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/semaphore.cc')
-rw-r--r--src/semaphore.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/semaphore.cc b/src/semaphore.cc
index 65715a9..42c9aec 100644
--- a/src/semaphore.cc
+++ b/src/semaphore.cc
@@ -42,7 +42,8 @@
#endif
#if DG_PLATFORM == DG_PLATFORM_OSX
-#include <Multiprocessing.h>
+//#include <Multiprocessing.h>
+#include <CoreServices/CoreServices.h>
#endif
struct semaphore_private_t {