diff options
author | Thomas Huth | 2022-07-18 19:20:26 +0200 |
---|---|---|
committer | Paolo Bonzini | 2022-07-19 11:32:21 +0200 |
commit | 3746b8ca3e8bc216d03df5813080eeb06bdafabb (patch) | |
tree | 1f81a941e23faef0975c0c6896c84d745142f37b /monitor | |
parent | kvm: add support for boolean statistics (diff) | |
download | qemu-3746b8ca3e8bc216d03df5813080eeb06bdafabb.tar.gz qemu-3746b8ca3e8bc216d03df5813080eeb06bdafabb.tar.xz qemu-3746b8ca3e8bc216d03df5813080eeb06bdafabb.zip |
util: Fix broken build on Haiku
A recent commit moved some Haiku-specific code parts from oslib-posix.c
to cutils.c, but failed to move the corresponding header #include
statement, too, so "make vm-build-haiku.x86_64" is currently broken.
Fix it by moving the header #include, too.
Fixes: 06680b15b4 ("include: move qemu_*_exec_dir() to cutils")
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220718172026.139004-1-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'monitor')
0 files changed, 0 insertions, 0 deletions