Browse Source

target: explicitly include scsi_proto.h in target_core_fabric_lib.c

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
Stephen Rothwell 10 years ago
parent
commit
6546a02a57
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/target/target_core_fabric_lib.c

+ 2 - 0
drivers/target/target_core_fabric_lib.c

@@ -30,6 +30,8 @@
 #include <linux/spinlock.h>
 #include <linux/export.h>
 
+#include <scsi/scsi_proto.h>
+
 #include <target/target_core_base.h>
 #include <target/target_core_fabric.h>
 #include <target/target_core_configfs.h>