util: Fix broken build on Haiku
commit0a979a1320a4ea10c6a26c0d133a147fee5b5ecf
authorThomas Huth <thuth@redhat.com>
Mon, 18 Jul 2022 16:42:11 +0000 (18 18:42 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 18 Jul 2022 18:24:36 +0000 (18 20:24 +0200)
tree69de290094608c2a04cb8b16216dc3f246317bbd
parent2d2e4843b641f53c8016978f73675da7b66136fb
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")
Message-Id: <20220718172026.139004-1-thuth@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
util/cutils.c
util/oslib-posix.c