diff mbox

[16/19] tests/tcg: Fix compilation of linux-test.c

Message ID 20161201051433.17168-17-bobby.prani@gmail.com
State New
Headers show

Commit Message

Pranith Kumar Dec. 1, 2016, 5:14 a.m. UTC
Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
---
 tests/tcg/linux-test.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Alex Bennée Dec. 13, 2016, 1:37 p.m. UTC | #1
Pranith Kumar <bobby.prani@gmail.com> writes:

> Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
> ---
>  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
diff mbox

Patch

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"