diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-24 10:44:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-24 10:44:47 +0000 |
commit | e03c336105ccad9fc962dc4b7c9e225299781cad (patch) | |
tree | 002c4e8410bd8183ab5d983adac8ca0c6be01381 /malloc | |
parent | 3c068816891b464d64d7f5aeb77450bf0656a50b (diff) | |
download | glibc-e03c336105ccad9fc962dc4b7c9e225299781cad.tar.gz glibc-e03c336105ccad9fc962dc4b7c9e225299781cad.tar.xz glibc-e03c336105ccad9fc962dc4b7c9e225299781cad.zip |
Include <string.h> for strlen.
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/mtrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/mtrace.c b/malloc/mtrace.c index 57c9dffd58..8dd711a3a7 100644 --- a/malloc/mtrace.c +++ b/malloc/mtrace.c @@ -31,6 +31,7 @@ #include <ldsodefs.h> #include <stdio.h> +#include <string.h> #ifndef __GNU_LIBRARY__ extern char *getenv (); |