summaryrefslogtreecommitdiff
path: root/malloc/mtrace.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-24 10:44:47 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-24 10:44:47 +0000
commite03c336105ccad9fc962dc4b7c9e225299781cad (patch)
tree002c4e8410bd8183ab5d983adac8ca0c6be01381 /malloc/mtrace.c
parent3c068816891b464d64d7f5aeb77450bf0656a50b (diff)
Include <string.h> for strlen.
Diffstat (limited to 'malloc/mtrace.c')
-rw-r--r--malloc/mtrace.c1
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 ();