From f7eee81da43d9e40395d6e3a21883bd64b3f63ce Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 6 Jul 2005 22:47:33 +0000 Subject: need features.h for the misc attribute defines and uclibc features --- ldso/include/dl-string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ldso') 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 // for do_rem +#include static size_t _dl_strlen(const char * str); static char *_dl_strcat(char *dst, const char *src); -- cgit v1.2.3