Include <string.h> for strlen.
authorUlrich Drepper <drepper@redhat.com>
Sat, 24 Oct 1998 10:44:47 +0000 (10:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 24 Oct 1998 10:44:47 +0000 (10:44 +0000)
malloc/mtrace.c

index 57c9dff..8dd711a 100644 (file)
@@ -31,6 +31,7 @@
 #include <ldsodefs.h>
 
 #include <stdio.h>
+#include <string.h>
 
 #ifndef        __GNU_LIBRARY__
 extern char *getenv ();