aboutsummaryrefslogtreecommitdiff
path: root/lib/darwin/stop-other-threads.c
diff options
context:
space:
mode:
authorcomex2015-01-28 00:46:51 -0500
committercomex2015-01-28 00:46:51 -0500
commit4b14cb631b3f37502d76fe22aa4d6cd582cf00e4 (patch)
treeb5ab9897d5102e6366dc346fe53d28597a28f797 /lib/darwin/stop-other-threads.c
parentinitial commit of SafetyDance app (diff)
downloadsubstitute-4b14cb631b3f37502d76fe22aa4d6cd582cf00e4.tar.gz
some more stuff compiles
Diffstat (limited to 'lib/darwin/stop-other-threads.c')
-rw-r--r--lib/darwin/stop-other-threads.c2
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>