From: Philippe Mathieu-Daudé Date: Thu, 5 Mar 2020 12:12:47 +0000 (+0100) Subject: hw/scsi/viosrp: Add missing 'hw/scsi/srp.h' include X-Git-Tag: v5.0.0-rc0~27^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=560f421ae9ed0d7f5acf29b1f06bed8adb3a5b51;p=thirdparty%2Fqemu.git hw/scsi/viosrp: Add missing 'hw/scsi/srp.h' include This header use the srp_* structures declared in "hw/scsi/srp.h". Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20200305121253.19078-2-philmd@redhat.com> Reviewed-by: Paolo Bonzini Signed-off-by: David Gibson --- diff --git a/hw/scsi/viosrp.h b/hw/scsi/viosrp.h index d8e365db1ea..25676c23832 100644 --- a/hw/scsi/viosrp.h +++ b/hw/scsi/viosrp.h @@ -34,6 +34,8 @@ #ifndef PPC_VIOSRP_H #define PPC_VIOSRP_H +#include "hw/scsi/srp.h" + #define SRP_VERSION "16.a" #define SRP_MAX_IU_LEN 256 #define SRP_MAX_LOC_LEN 32