diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-06 22:47:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-06 22:47:33 +0000 |
commit | f7eee81da43d9e40395d6e3a21883bd64b3f63ce (patch) | |
tree | 2d17f348817ab1b5d2fecb789d2420224b6388ce /ldso/include | |
parent | 5002c5a31a93d048121cfa9d9f122c7a06ac1dfe (diff) |
need features.h for the misc attribute defines and uclibc features
Diffstat (limited to 'ldso/include')
-rw-r--r-- | ldso/include/dl-string.h | 1 |
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); |