diff options
-rw-r--r-- | include/libc-internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <sys/cdefs.h> + /* --- this is added to integrate linuxthreads */ #define __USE_UNIX98 1 |