summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorXuzhou Cheng2022-08-24 11:40:02 +0200
committerThomas Huth2022-08-29 15:28:51 +0200
commite0e4c27c6f3a34fe8965ee46a301ccf61a31d3b6 (patch)
treeac7929a24611921348c582ab4c6201d725963582 /tests
parenttests/qtest: migration-test: Skip running test_migrate_fd_proto on win32 (diff)
downloadqemu-e0e4c27c6f3a34fe8965ee46a301ccf61a31d3b6.tar.gz
qemu-e0e4c27c6f3a34fe8965ee46a301ccf61a31d3b6.tar.xz
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>
Diffstat (limited to 'tests')
-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"