From: Nicholas Nethercote Date: Fri, 25 Mar 2005 23:50:11 +0000 (+0000) Subject: Avoid compiler warnings. X-Git-Tag: svn/VALGRIND_3_0_0~887 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc95f773e806cebd651335383b10ddc137536e41;p=thirdparty%2Fvalgrind.git Avoid compiler warnings. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3431 --- diff --git a/none/tests/sigstackgrowth.c b/none/tests/sigstackgrowth.c index 7f28842daa..d525dca455 100644 --- a/none/tests/sigstackgrowth.c +++ b/none/tests/sigstackgrowth.c @@ -1,5 +1,8 @@ #include #include +#include +#include +#include static char *deep;