qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 16/19] tests/tcg: Fix compilation of linux-test.


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH 16/19] tests/tcg: Fix compilation of linux-test.c
Date: Tue, 13 Dec 2016 13:37:49 +0000
User-agent: mu4e 0.9.19; emacs 25.1.90.4

Pranith Kumar <address@hidden> writes:

> Signed-off-by: Pranith Kumar <address@hidden>
> ---
>  tests/tcg/linux-test.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/tests/tcg/linux-test.c b/tests/tcg/linux-test.c
> index 24fce2b..e676e39 100644
> --- a/tests/tcg/linux-test.c
> +++ b/tests/tcg/linux-test.c
> @@ -41,6 +41,8 @@
>  #include <dirent.h>
>  #include <setjmp.h>
>  #include <sys/shm.h>
> +#include <stdbool.h>
> +#include <sys/resource.h>
>  #include "qemu/compiler.h"
>  #include "qemu/cutils.h"

Should this be merged with patch 6/19?

--
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]