From 73c59934ec1787c167df099510e55492c2a432cd Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 27 Sep 2005 21:42:39 +0000 Subject: Should correct ppc compilation failure reported by Glauber de Oliveira Costa. Couldn't test it though on ppc. --- include/libc-internal.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/libc-internal.h b/include/libc-internal.h index 349aff750..f5bc9bb0c 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -100,6 +100,9 @@ # define attribute_relro #endif +/* Pull in things like __attribute_used__ */ +#include + /* --- this is added to integrate linuxthreads */ #define __USE_UNIX98 1 -- cgit v1.2.3