From e03c336105ccad9fc962dc4b7c9e225299781cad Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 24 Oct 1998 10:44:47 +0000 Subject: [PATCH] Include for strlen. --- malloc/mtrace.c | 1 + 1 file changed, 1 insertion(+) 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 #include +#include #ifndef __GNU_LIBRARY__ extern char *getenv (); -- 2.43.5