From: Ulrich Drepper Date: Sat, 24 Oct 1998 10:44:47 +0000 (+0000) Subject: Include for strlen. X-Git-Tag: cvs/glibc-2_0_100~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e03c336105ccad9fc962dc4b7c9e225299781cad;p=thirdparty%2Fglibc.git Include for strlen. --- diff --git a/malloc/mtrace.c b/malloc/mtrace.c index 57c9dffd582..8dd711a3a79 100644 --- a/malloc/mtrace.c +++ b/malloc/mtrace.c @@ -31,6 +31,7 @@ #include #include +#include #ifndef __GNU_LIBRARY__ extern char *getenv ();