From acb9062515ee49cb725df443c95cac47ec06b52d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 29 Jun 2005 23:11:41 +0000 Subject: need to include string.h for some mem funcs --- test/malloc/malloc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 #include +#include #include #define N_PTRS 1000 -- cgit v1.2.3