summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/powerpc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-14 01:57:45 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-14 01:57:45 +0000
commita9edc480b153ea0af4f769fa37d90057e0775697 (patch)
tree1ba1f8d3176c21a371d1ef66db968d8b04cb5566 /libc/sysdeps/linux/powerpc
parent9de20439642fe8a7d46abfba5aa27264d47b5a31 (diff)
need features.h for new HIDDEN_JUMPTARGET()
Diffstat (limited to 'libc/sysdeps/linux/powerpc')
-rw-r--r--libc/sysdeps/linux/powerpc/clone.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/powerpc/clone.S b/libc/sysdeps/linux/powerpc/clone.S
index b5b4d17a2..15d03f679 100644
--- a/libc/sysdeps/linux/powerpc/clone.S
+++ b/libc/sysdeps/linux/powerpc/clone.S
@@ -17,6 +17,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
+#include <features.h>
#include "ppc_asm.h"
#define _ERRNO_H 1
#include <bits/errno.h>