]> sourceware.org Git - glibc.git/commitdiff
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 57c9dffd5829d2c0325eff58caede032251915ac..8dd711a3a79dd80fbaea75729a0519c11fa20994 100644 (file)
@@ -31,6 +31,7 @@
 #include <ldsodefs.h>
 
 #include <stdio.h>
+#include <string.h>
 
 #ifndef        __GNU_LIBRARY__
 extern char *getenv ();
This page took 0.040077 seconds and 5 git commands to generate.