summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-06 22:47:33 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-06 22:47:33 +0000
commitf7eee81da43d9e40395d6e3a21883bd64b3f63ce (patch)
tree2d17f348817ab1b5d2fecb789d2420224b6388ce /ldso
parent5002c5a31a93d048121cfa9d9f122c7a06ac1dfe (diff)
need features.h for the misc attribute defines and uclibc features
Diffstat (limited to 'ldso')
-rw-r--r--ldso/include/dl-string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/include/dl-string.h b/ldso/include/dl-string.h
index c243296c4..0b5624fe6 100644
--- a/ldso/include/dl-string.h
+++ b/ldso/include/dl-string.h
@@ -2,6 +2,7 @@
#define _LINUX_STRING_H_
#include <dl-sysdep.h> // for do_rem
+#include <features.h>
static size_t _dl_strlen(const char * str);
static char *_dl_strcat(char *dst, const char *src);