projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c06881
)
Include <string.h> for strlen.
author
Ulrich Drepper
<drepper@redhat.com>
Sat, 24 Oct 1998 10:44:47 +0000
(10:44 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Sat, 24 Oct 1998 10:44:47 +0000
(10:44 +0000)
malloc/mtrace.c
patch
|
blob
|
history
diff --git
a/malloc/mtrace.c
b/malloc/mtrace.c
index
57c9dff
..
8dd711a
100644
(file)
--- 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 ();