]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Change a #include to make the test more portable.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 6 May 2009 06:27:19 +0000 (06:27 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 6 May 2009 06:27:19 +0000 (06:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9782

memcheck/perf/many-loss-records.c

index a4ca389549a329b13b4d343a984b77daa0b56610..5296e3149d0c75276390e4847d4c3b9a24629fb1 100644 (file)
@@ -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>