summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorXuzhou Cheng <xuzhou.cheng@windriver.com>2022-08-24 17:40:02 +0800
committerThomas Huth <thuth@redhat.com>2022-08-29 15:28:51 +0200
commite0e4c27c6f3a34fe8965ee46a301ccf61a31d3b6 (patch)
treeac7929a24611921348c582ab4c6201d725963582
parentd7613ee2165769303d0fa31069c4b6a840f0dae2 (diff)
downloadfocaccia-qemu-e0e4c27c6f3a34fe8965ee46a301ccf61a31d3b6.tar.gz
focaccia-qemu-e0e4c27c6f3a34fe8965ee46a301ccf61a31d3b6.zip
tests/qtest: libqos: Drop inclusion of <sys/wait.h>
There is no <sys/wait.h> in the Windows build environment. Actually
this is not needed in the non-win32 builds too. Drop it.

Signed-off-by: Xuzhou Cheng <xuzhou.cheng@windriver.com>
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Tested-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220824094029.1634519-25-bmeng.cn@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r--tests/qtest/libqos/libqos.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qtest/libqos/libqos.c b/tests/qtest/libqos/libqos.c
index 85c7641add..5ffda080ec 100644
--- a/tests/qtest/libqos/libqos.c
+++ b/tests/qtest/libqos/libqos.c
@@ -1,6 +1,4 @@
 #include "qemu/osdep.h"
-#include <sys/wait.h>
-
 #include "../libqtest.h"
 #include "libqos.h"
 #include "pci.h"