summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-04-20 06:33:11 +0000
committerEric Andersen <andersen@codepoet.org>2004-04-20 06:33:11 +0000
commitfbfde146ca8e9e2c830bbd659027a6ca69aa8c33 (patch)
treec330cdd430849f6ed133ec1856f60f5d076a916f /include
parent44ea58d5387b030e80ca1a5c1ea8bbd8bfc0cd54 (diff)
Cope with gcc 3.4's more aggressive persuit of attribute unused
Diffstat (limited to 'include')
-rw-r--r--include/features.h3
1 files changed, 3 insertions, 0 deletions
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 <sys/cdefs.h>
+
/* --- this is added to integrate linuxthreads */
#define __USE_UNIX98 1