diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-14 01:15:20 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-14 01:15:20 +0000 |
commit | 7a460199ade21f597a2500bbd3b25f236075bce3 (patch) | |
tree | b2af00a4eb8eea2e17c3c2e7a97be99bea255eb9 /libc | |
parent | 7b68e2d9931242d5fd158ccc28e86a185f10f561 (diff) |
needs features.h
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/x86_64/clone.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/x86_64/clone.S b/libc/sysdeps/linux/x86_64/clone.S index bea2e3a7a..b93c2d9a4 100644 --- a/libc/sysdeps/linux/x86_64/clone.S +++ b/libc/sysdeps/linux/x86_64/clone.S @@ -19,6 +19,7 @@ /* clone() is even more special than fork() as it mucks with stacks and invokes a function in the right context after its all over. */ +#include <features.h> #define _ERRNO_H 1 #include <bits/errno.h> #include <sys/syscall.h> |