summaryrefslogtreecommitdiff
path: root/ldso/include
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/include')
-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);