]> git.ipfire.org Git - thirdparty/qemu.git/commit
bswap.h: Include <endian.h> on Haiku for bswap operations
authorDavid CARLIER <devnexen@gmail.com>
Mon, 13 Jul 2020 13:36:10 +0000 (14:36 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 13 Jul 2020 13:36:10 +0000 (14:36 +0100)
commit652a46ebba970017c7a23767dcc983265cdb8eb7
tree10dc6981fb5239e7b34b31b5c0a28a0c59e1cc42
parent8bf0f1754a8321568d536c2f33b013279fc4aaaa
bswap.h: Include <endian.h> on Haiku for bswap operations

Haiku puts the bswap* functions in <endian.h>; pull in that
include file on that platform.

Signed-off-by: David Carlier <devnexen@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20200703145614.16684-7-peter.maydell@linaro.org
[PMM: Expanded commit message]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/qemu/bswap.h