diff options
Diffstat (limited to 'lib/darwin/stop-other-threads.c')
-rw-r--r-- | lib/darwin/stop-other-threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/darwin/stop-other-threads.c b/lib/darwin/stop-other-threads.c index 1975b47..b35c04c 100644 --- a/lib/darwin/stop-other-threads.c +++ b/lib/darwin/stop-other-threads.c @@ -1,6 +1,6 @@ #include "substitute.h" #include "substitute-internal.h" -#include "darwin/thread-state.h" +#include "darwin/mach-decls.h" #include <pthread.h> #include <mach/mach.h> #include <CoreFoundation/CoreFoundation.h> |