diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-04 00:13:51 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-10-04 00:13:51 +0000 |
commit | 61044293e40d58523315342c0521eec46d1994c6 (patch) | |
tree | 955140b2f7be38d255f2f3a17c16659d36f7f67f /include/libc-internal.h | |
parent | 241a444da59023113b1d6f60a38c310dcf9de6de (diff) | |
download | uClibc-alpine-61044293e40d58523315342c0521eec46d1994c6.tar.bz2 uClibc-alpine-61044293e40d58523315342c0521eec46d1994c6.tar.xz |
Big, huge fricking merge. Peter, if you touch the build system again I'm going to smash your keyboard.
Diffstat (limited to 'include/libc-internal.h')
-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 |