From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7jxt-0002KJ-8A for qemu-devel@nongnu.org; Wed, 24 Jun 2015 08:39:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7jxn-0004Vp-W7 for qemu-devel@nongnu.org; Wed, 24 Jun 2015 08:39:41 -0400 Received: from cantor2.suse.de ([195.135.220.15]:56256 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7jxn-0004Vj-PL for qemu-devel@nongnu.org; Wed, 24 Jun 2015 08:39:35 -0400 Message-ID: <558AA506.9000201@suse.de> Date: Wed, 24 Jun 2015 14:39:34 +0200 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1435077654-21709-1-git-send-email-marcandre.lureau@gmail.com> In-Reply-To: <1435077654-21709-1-git-send-email-marcandre.lureau@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] tests: add missing include List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= , qemu-devel@nongnu.org, Peter Maydell Am 23.06.2015 um 18:40 schrieb Marc-Andr=C3=A9 Lureau: > Fix make test errors of this kind on fedora 22: >=20 > linux-test.c:230:19: error: storage size of =E2=80=98rusg1=E2=80=99 isn= =E2=80=99t known > struct rusage rusg1, rusg2; >=20 > Signed-off-by: Marc-Andr=C3=A9 Lureau > --- > tests/tcg/linux-test.c | 1 + > tests/tcg/test_path.c | 1 + > 2 files changed, 2 insertions(+) I believe I already submitted such a patch and more. Peter didn't want to take them last minute for 2.3 - Peter, can you please reconsider that now? Regards, Andreas > diff --git a/tests/tcg/linux-test.c b/tests/tcg/linux-test.c > index 1c6c013..9b3ccc3 100644 > --- a/tests/tcg/linux-test.c > +++ b/tests/tcg/linux-test.c > @@ -38,6 +38,7 @@ > #include > #include > #include > +#include > #include > =20 > #define TESTPATH "/tmp/linux-test.tmp" > diff --git a/tests/tcg/test_path.c b/tests/tcg/test_path.c > index 1c29bce..edf280c 100644 > --- a/tests/tcg/test_path.c > +++ b/tests/tcg/test_path.c > @@ -7,6 +7,7 @@ > #include "util/qemu-timer-common.c" > #include > #include > +#include > #include > =20 > void qemu_log(const char *fmt, ...); >=20 --=20 SUSE Linux GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg, Germany GF: Felix Imend=C3=B6rffer, Jane Smithard, Dilip Upmanyu, Graham Norton; = HRB 21284 (AG N=C3=BCrnberg)