Browse Source

need features.h for the alias macros

Mike Frysinger 19 years ago
parent
commit
d43a965783
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/sparc/vfork.S

+ 1 - 0
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