summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-09-27 21:42:39 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-09-27 21:42:39 +0000
commit73c59934ec1787c167df099510e55492c2a432cd (patch)
treeaa574a002af3545bfdb7f005d8fde1c8878402a2 /include
parentcc1cc2f7d40504afd2836adec23e8e884a066bab (diff)
Should correct ppc compilation failure reported by Glauber de Oliveira Costa. Couldn't test it though on ppc.
Diffstat (limited to 'include')
-rw-r--r--include/libc-internal.h3
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