On 11/15/20 4:23 PM, Thomas Huth wrote: > On Solaris and Haiku, the _IO() macros are defined in <sys/ioccom.h>. > Add a proper check for this header to our build system, and make sure > to include the header in tpm_ioctl.h to fix a build failure on Solaris > and Haiku. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > v2: Check in meson.build instead of using the configure script > > backends/tpm/tpm_ioctl.h | 4 ++++ > meson.build | 2 ++ > nbd/nbd-internal.h | 2 +- > 3 files changed, 7 insertions(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>