diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-27 21:42:39 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-09-27 21:42:39 +0000 |
commit | 73c59934ec1787c167df099510e55492c2a432cd (patch) | |
tree | aa574a002af3545bfdb7f005d8fde1c8878402a2 | |
parent | cc1cc2f7d40504afd2836adec23e8e884a066bab (diff) |
Should correct ppc compilation failure reported by Glauber de Oliveira Costa. Couldn't test it though on ppc.
-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 |