Include header file for mach_task_self
authorAlan T. DeKok <aland@freeradius.org>
Sat, 24 Dec 2011 14:57:43 +0000 (09:57 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 26 Dec 2011 17:40:47 +0000 (12:40 -0500)
src/main/threads.c

index 9e19167..52b216a 100644 (file)
@@ -40,6 +40,7 @@ RCSID("$Id$")
 #include <dispatch/dispatch.h>
 #endif
 #include <mach/task.h>
 #include <dispatch/dispatch.h>
 #endif
 #include <mach/task.h>
+#include <mach/mach_init.h>
 #include <mach/semaphore.h>
 
 #undef sem_t
 #include <mach/semaphore.h>
 
 #undef sem_t