diff options
Diffstat (limited to 'include/features.h')
-rw-r--r-- | include/features.h | 3 |
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 |