diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-14 01:57:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-14 01:57:45 +0000 |
commit | a9edc480b153ea0af4f769fa37d90057e0775697 (patch) | |
tree | 1ba1f8d3176c21a371d1ef66db968d8b04cb5566 /libc/sysdeps/linux/mips/clone.S | |
parent | 9de20439642fe8a7d46abfba5aa27264d47b5a31 (diff) | |
download | uClibc-alpine-a9edc480b153ea0af4f769fa37d90057e0775697.tar.bz2 uClibc-alpine-a9edc480b153ea0af4f769fa37d90057e0775697.tar.xz |
need features.h for new HIDDEN_JUMPTARGET()
Diffstat (limited to 'libc/sysdeps/linux/mips/clone.S')
-rw-r--r-- | libc/sysdeps/linux/mips/clone.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/clone.S b/libc/sysdeps/linux/mips/clone.S index f3b3aadb2..c04b11b2a 100644 --- a/libc/sysdeps/linux/mips/clone.S +++ b/libc/sysdeps/linux/mips/clone.S @@ -20,6 +20,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> #include <asm/unistd.h> #include <sys/regdef.h> #define _ERRNO_H 1 |