]> git.proxmox.com Git - mirror_qemu.git/commit
tests/qtest: libqos: Drop inclusion of <sys/wait.h>
authorXuzhou Cheng <xuzhou.cheng@windriver.com>
Wed, 24 Aug 2022 09:40:02 +0000 (17:40 +0800)
committerThomas Huth <thuth@redhat.com>
Mon, 29 Aug 2022 13:28:51 +0000 (15:28 +0200)
commite0e4c27c6f3a34fe8965ee46a301ccf61a31d3b6
treeac7929a24611921348c582ab4c6201d725963582
parentd7613ee2165769303d0fa31069c4b6a840f0dae2
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>
tests/qtest/libqos/libqos.c