]> git.saurik.com Git - apple/libc.git/blobdiff - i386/sys/fork.s
Libc-391.5.22.tar.gz
[apple/libc.git] / i386 / sys / fork.s
index 8dc35d25c247613cfcfff17e5a3148b754dda51b..c78eb04d016355bad487e3a138941e32b46566c2 100644 (file)
@@ -23,7 +23,7 @@
 /*
  * Copyright (c) 1995 NeXT Computer, Inc. All Rights Reserved
  */
 /*
  * Copyright (c) 1995 NeXT Computer, Inc. All Rights Reserved
  */
-#include "SYS.h"
+#include <SYS.h>
 
 LEAF(_fork, 0)
        subl  $28, %esp   // Align the stack, with 16 bytes of extra padding that we'll need
 
 LEAF(_fork, 0)
        subl  $28, %esp   // Align the stack, with 16 bytes of extra padding that we'll need