Commit c5df463e by Richard Kenner

Include <mach.h>, not <mach/mach.h> for NeXTStep 2.1.

From-SVN: r7008
parent 2225b8f9
......@@ -1792,8 +1792,11 @@ TRANSFER_FROM_TRAMPOLINE
/* Make stack executable so we can call trampolines on stack.
This is called from INITIALIZE_TRAMPOLINE in next.h. */
#include <mach/mach.h>
#ifdef NeXTStep21
#include <mach.h>
#else
#include <mach/mach.h>
#endif
void
__enable_execute_stack (addr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment