From: Bart Van Assche Date: Tue, 15 Nov 2016 19:21:46 +0000 (-0800) Subject: qla2xxx: Add an #include directive X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=09ce66aee7763686a22ab26fbe8a889e0cec64e9;p=linux-beck.git qla2xxx: Add an #include directive The following statement in qla_isr.c needs the size of struct t10_pi_tuple: spt += j; Hence include the header file. Signed-off-by: Bart Van Assche Acked-by: Himanshu Madhani --- diff --git a/drivers/scsi/qla2xxx/qla_isr.c b/drivers/scsi/qla2xxx/qla_isr.c index 068c4e47fac9..df083cc4d1d6 100644 --- a/drivers/scsi/qla2xxx/qla_isr.c +++ b/drivers/scsi/qla2xxx/qla_isr.c @@ -9,6 +9,7 @@ #include #include +#include #include #include #include