OSDN Git Service

need features.h for the alias macros
authorMike Frysinger <vapier@gentoo.org>
Wed, 11 Jan 2006 01:22:14 +0000 (01:22 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 11 Jan 2006 01:22:14 +0000 (01:22 -0000)
libc/sysdeps/linux/sparc/vfork.S

index 9b7092c..ad6b97e 100644 (file)
@@ -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