diff options
-rw-r--r-- | test/malloc/malloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/malloc/malloc.c b/test/malloc/malloc.c index 8e93cf205..1cea31986 100644 --- a/test/malloc/malloc.c +++ b/test/malloc/malloc.c @@ -1,6 +1,7 @@ #include <unistd.h> #include <stdlib.h> +#include <string.h> #include <stdio.h> #define N_PTRS 1000 |