qemu-devel
[Top][All Lists]
Advanced

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

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


From: Pranith Kumar
Subject: [Qemu-devel] [PATCH 16/19] tests/tcg: Fix compilation of linux-test.c
Date: Thu, 1 Dec 2016 00:14:30 -0500

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"
 
-- 
2.10.2




reply via email to

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