From fbfde146ca8e9e2c830bbd659027a6ca69aa8c33 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 20 Apr 2004 06:33:11 +0000 Subject: Cope with gcc 3.4's more aggressive persuit of attribute unused --- include/features.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/features.h') diff --git a/include/features.h b/include/features.h index bd97d38f9..15da6886a 100644 --- a/include/features.h +++ b/include/features.h @@ -437,6 +437,9 @@ uClibc was built without large file support enabled. #define __LINUX_COMPILER_H #endif +/* Pull in things like __attribute_used__ */ +#include + /* --- this is added to integrate linuxthreads */ #define __USE_UNIX98 1 -- cgit v1.2.3