diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-11 01:22:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-11 01:22:14 +0000 |
commit | d43a965783b6224d6792ee0a7aea8de2bcac9a35 (patch) | |
tree | b238c89894574128ddff499c4f36947fdcc7725c /libc | |
parent | fbaa9c6950f6b57690eb531d513bb1947a390e70 (diff) |
need features.h for the alias macros
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/sparc/vfork.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/sparc/vfork.S b/libc/sysdeps/linux/sparc/vfork.S index 9b7092c98..ad6b97e96 100644 --- a/libc/sysdeps/linux/sparc/vfork.S +++ b/libc/sysdeps/linux/sparc/vfork.S @@ -19,6 +19,7 @@ /* Code taken from glibc2.2.2/sysdeps/unix/sysv/linux/sparc/vfork.S */ +#include <features.h> #include <sys/syscall.h> #ifndef __NR_vfork |