X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/eb1cde05bb040f65c511ae4fa854abf1628afdf2..c957a83bde4df2e2d3d1ed0963656856b48ef0a0:/i386/sys/fork.s diff --git a/i386/sys/fork.s b/i386/sys/fork.s index 8dc35d2..c78eb04 100644 --- a/i386/sys/fork.s +++ b/i386/sys/fork.s @@ -23,7 +23,7 @@ /* * Copyright (c) 1995 NeXT Computer, Inc. All Rights Reserved */ -#include "SYS.h" +#include LEAF(_fork, 0) subl $28, %esp // Align the stack, with 16 bytes of extra padding that we'll need