diff options
Diffstat (limited to '')
-rw-r--r-- | src/threading.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/threading.c b/src/threading.c index c0e6a55..7b75986 100644 --- a/src/threading.c +++ b/src/threading.c | |||
@@ -58,6 +58,10 @@ THE SOFTWARE. | |||
58 | volatile bool_t sudo; | 58 | volatile bool_t sudo; |
59 | #endif | 59 | #endif |
60 | 60 | ||
61 | #ifdef PLATFORM_OSX | ||
62 | # include "threading_osx.h" | ||
63 | #endif | ||
64 | |||
61 | /* Linux with older glibc (such as Debian) don't have pthread_setname_np, but have prctl | 65 | /* Linux with older glibc (such as Debian) don't have pthread_setname_np, but have prctl |
62 | */ | 66 | */ |
63 | #if defined PLATFORM_LINUX | 67 | #if defined PLATFORM_LINUX |