From: Nicholas Nethercote Date: Wed, 6 May 2009 06:27:19 +0000 (+0000) Subject: Change a #include to make the test more portable. X-Git-Tag: svn/VALGRIND_3_5_0~718 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d8380acb9fe0c590bd45896dfe23d62f1612ff1;p=thirdparty%2Fvalgrind.git Change a #include to make the test more portable. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9782 --- diff --git a/memcheck/perf/many-loss-records.c b/memcheck/perf/many-loss-records.c index a4ca389549..5296e3149d 100644 --- a/memcheck/perf/many-loss-records.c +++ b/memcheck/perf/many-loss-records.c @@ -8,7 +8,7 @@ // fixed it took about 2 seconds, and the leak checking was only a small // fraction of that. --njn -#include +#include #include #include #include