diff options
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/mtrace.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <ldsodefs.h> #include <stdio.h> +#include <string.h> #ifndef __GNU_LIBRARY__ extern char *getenv (); |