|
From: <sv...@va...> - 2009-05-06 06:27:22
|
Author: njn Date: 2009-05-06 07:27:19 +0100 (Wed, 06 May 2009) New Revision: 9782 Log: Change a #include to make the test more portable. Modified: trunk/memcheck/perf/many-loss-records.c Modified: trunk/memcheck/perf/many-loss-records.c =================================================================== --- trunk/memcheck/perf/many-loss-records.c 2009-05-06 06:15:55 UTC (rev 9781) +++ trunk/memcheck/perf/many-loss-records.c 2009-05-06 06:27:19 UTC (rev 9782) @@ -8,7 +8,7 @@ // fixed it took about 2 seconds, and the leak checking was only a small // fraction of that. --njn -#include <malloc.h> +#include <stdlib.h> #include <strings.h> #include <stdio.h> #include <math.h> |