summaryrefslogtreecommitdiff
path: root/source/utilities/CaptiveThreadObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/utilities/CaptiveThreadObject.h')
-rw-r--r--source/utilities/CaptiveThreadObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/utilities/CaptiveThreadObject.h b/source/utilities/CaptiveThreadObject.h
index 12b7b32..9fdcdae 100644
--- a/source/utilities/CaptiveThreadObject.h
+++ b/source/utilities/CaptiveThreadObject.h
@@ -21,7 +21,7 @@
#if defined(WIN32)
#include <windows.h>
#include "WinApiWrappers.h"
-#elif defined(__linux__)
+#elif (defined(__linux__) || defined(__APPLE__))
#include "LinuxApiWrappers.h"
#else
#error "Unknown target"