From a9edc480b153ea0af4f769fa37d90057e0775697 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 14 Jan 2006 01:57:45 +0000 Subject: need features.h for new HIDDEN_JUMPTARGET() --- libc/sysdeps/linux/mips/clone.S | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/mips') 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 #include #include #define _ERRNO_H 1 -- cgit v1.2.3