* darwin_stop_world.c: Include Darwin-specific headers (sys/sysctl.h,
mach/machine.h) only if GC_DARWIN_THREADS.
* modified is included with the above copyright notice.
*/
-#include <sys/sysctl.h>
-#include <mach/machine.h>
-
#include "private/pthread_support.h"
/* This probably needs more porting work to ppc64. */
#if defined(GC_DARWIN_THREADS)
+#include <sys/sysctl.h>
+#include <mach/machine.h>
+
/* From "Inside Mac OS X - Mach-O Runtime Architecture" published by Apple
Page 49:
"The space beneath the stack pointer, where a new stack frame would normally