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>
This commit is contained in:
Stephen Rothwell 2015-06-03 18:16:07 +10:00 committed by James Bottomley
parent 4ce30874f5
commit 6546a02a57

View file

@ -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>