From: David CARLIER Date: Mon, 13 Jul 2020 13:36:10 +0000 (+0100) Subject: bswap.h: Include on Haiku for bswap operations X-Git-Tag: v5.1.0-rc0~12^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=652a46ebba970017c7a23767dcc983265cdb8eb7;p=thirdparty%2Fqemu.git bswap.h: Include on Haiku for bswap operations Haiku puts the bswap* functions in ; pull in that include file on that platform. Signed-off-by: David Carlier Reviewed-by: Peter Maydell Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Peter Maydell Message-id: 20200703145614.16684-7-peter.maydell@linaro.org [PMM: Expanded commit message] Reviewed-by: Peter Maydell Signed-off-by: Peter Maydell --- diff --git a/include/qemu/bswap.h b/include/qemu/bswap.h index 2a9f3fe783e..1d3e4c24e41 100644 --- a/include/qemu/bswap.h +++ b/include/qemu/bswap.h @@ -8,6 +8,8 @@ # include #elif defined(__FreeBSD__) # include +#elif defined(__HAIKU__) +# include #elif defined(CONFIG_BYTESWAP_H) # include