aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--malloc/mtrace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/malloc/mtrace.c b/malloc/mtrace.c
index 57c9dff..8dd711a 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 ();