]> git.saurik.com Git - apple/libpthread.git/blobdiff - tests/custom_stack.c
libpthread-454.100.8.tar.gz
[apple/libpthread.git] / tests / custom_stack.c
index 54a8d17bc298ba2fd376a75870c0c18ec52f8a88..410bedeb7c2e650184a33a6cc9aee1b4b63bfecf 100644 (file)
@@ -4,7 +4,8 @@
 #include <unistd.h>
 #include <os/assumes.h>
 
-#include <darwintest.h>
+#include "darwintest_defaults.h"
+
 
 static uintptr_t stackaddr;
 static const size_t stacksize = 4096 * 8;